diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-03-04 04:55:27 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-03-04 04:55:27 +0000 |
commit | e5a17b75f476bf54431abbb1806d3bf441492da0 (patch) | |
tree | 151ce13bdec04e7931fb81cc47b9e337118796f1 /fetchmail.h | |
parent | 8549130c465b8e4e2c4990cff34c9fe91a867221 (diff) | |
download | fetchmail-e5a17b75f476bf54431abbb1806d3bf441492da0.tar.gz fetchmail-e5a17b75f476bf54431abbb1806d3bf441492da0.tar.bz2 fetchmail-e5a17b75f476bf54431abbb1806d3bf441492da0.zip |
Deal with truncated headers.
svn path=/trunk/; revision=1687
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 b7eefb5b..e4c51f4e 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -57,6 +57,7 @@ #define PS_TRANSIENT 13 /* transient failure (internal use) */ #define PS_REFUSED 14 /* mail refused (internal use) */ #define PS_RETAINED 15 /* message retained (internal use) */ +#define PS_TRUNCATED 16 /* headers incomplete (internal use) */ /* output noise level */ #define O_SILENT 0 /* mute, max squelch, etc. */ |