diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-02-17 04:38:39 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-02-17 04:38:39 +0000 |
commit | db2cdc170df42f155fa63012fdaf0b7b9fc73ce9 (patch) | |
tree | a1d4f3882f2055152b26c36c64324f202f4db9ae /fetchmail.h | |
parent | 1bf8bb4b2751ef3d4007221cbe0e9bc39de34117 (diff) | |
download | fetchmail-db2cdc170df42f155fa63012fdaf0b7b9fc73ce9.tar.gz fetchmail-db2cdc170df42f155fa63012fdaf0b7b9fc73ce9.tar.bz2 fetchmail-db2cdc170df42f155fa63012fdaf0b7b9fc73ce9.zip |
Lose the `received' option; we now say `no envelope'.
svn path=/trunk/; revision=893
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h index 2cc6da0a..eed7b1ea 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -75,7 +75,6 @@ struct hostdata /* shared among all user connections to given server */ char *envelope; int skip; int dns; - int received; #ifdef linux char *interface; @@ -246,3 +245,5 @@ int yylex(void); #define FALSE 0 #define TRUE 1 + +#define STRING_DISABLED (char *)-1 |