diff options
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h index 8c68e1a0..13b9791f 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -68,6 +68,7 @@ struct query int port; int authenticate; int timeout; + char *envelope; int skip; /* per-user data */ |