aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-10-02 03:06:13 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-10-02 03:06:13 +0000
commitb5ce06b90ea4283596a70458d72b474bcc9d24da (patch)
tree3d258bde9cb3a95f2b0c8dcd08dd1bd242ce770a /fetchmail.h
parent1fcf9c01862b261c150dd0c55519699fec23615c (diff)
downloadfetchmail-b5ce06b90ea4283596a70458d72b474bcc9d24da.tar.gz
fetchmail-b5ce06b90ea4283596a70458d72b474bcc9d24da.tar.bz2
fetchmail-b5ce06b90ea4283596a70458d72b474bcc9d24da.zip
Lica Olivetti's qvirtual option.
svn path=/trunk/; revision=1465
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 56b3c4c6..765e261c 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 */
+ char *qvirtual; /* prefix removed from local user id */
flag skip; /* suppress poll in implicit mode? */
flag dns; /* do DNS lookup on multidrop? */
flag uidl; /* use RFC1725 UIDLs? */