diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-10-02 03:06:13 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-10-02 03:06:13 +0000 |
commit | b5ce06b90ea4283596a70458d72b474bcc9d24da (patch) | |
tree | 3d258bde9cb3a95f2b0c8dcd08dd1bd242ce770a /fetchmail.h | |
parent | 1fcf9c01862b261c150dd0c55519699fec23615c (diff) | |
download | fetchmail-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.h | 1 |
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? */ |