diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-03-13 09:59:32 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-03-13 09:59:32 +0000 |
commit | 5a2c422ccff9c0a0f3777d31c4af38b6c0256fdc (patch) | |
tree | c52663738a5d4dfc5c5acc2f240d71a90f384557 /fetchmail.h | |
parent | fde28f60a7cc6f1cac487b0365e2a2be1fb59f49 (diff) | |
download | fetchmail-5a2c422ccff9c0a0f3777d31c4af38b6c0256fdc.tar.gz fetchmail-5a2c422ccff9c0a0f3777d31c4af38b6c0256fdc.tar.bz2 fetchmail-5a2c422ccff9c0a0f3777d31c4af38b6c0256fdc.zip |
Added -U option.
svn path=/trunk/; revision=931
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 e2720cbc..526d7370 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -75,6 +75,7 @@ struct hostdata /* shared among all user connections to given server */ char *envelope; int skip; int dns; + int uidl; #ifdef linux char *interface; |