aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-10-13 21:11:33 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-10-13 21:11:33 +0000
commit5480ab320b813bddefe7383582c45b88bec00013 (patch)
treebdef3e4ea6f663efc97a68830cefe85683039fae /fetchmail.h
parentc868890caebd7a1408665c7799864b08be0a4021 (diff)
downloadfetchmail-5480ab320b813bddefe7383582c45b88bec00013.tar.gz
fetchmail-5480ab320b813bddefe7383582c45b88bec00013.tar.bz2
fetchmail-5480ab320b813bddefe7383582c45b88bec00013.zip
Added envelope-skip feature.
svn path=/trunk/; revision=1509
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 4d35dded..c7e5795e 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -90,6 +90,7 @@ struct hostdata /* shared among all user connections to given server */
int preauthenticate; /* preauthentication mode to try */
int timeout; /* inactivity timout in seconds */
char *envelope; /* envelope address list header */
+ int envskip; /* skip to numbered envelope header */
char *qvirtual; /* prefix removed from local user id */
flag skip; /* suppress poll in implicit mode? */
flag dns; /* do DNS lookup on multidrop? */