diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-07-23 13:21:24 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-07-23 13:21:24 +0000 |
commit | 6f8f6a2834de1b996a7c958b5055d0451fdece03 (patch) | |
tree | 3489ed505b31693e68f79b143207ea2bbb4bf241 /fetchmail.h | |
parent | 4d5ea12cb31631543e3c53730e497fb63baa25ca (diff) | |
download | fetchmail-6f8f6a2834de1b996a7c958b5055d0451fdece03.tar.gz fetchmail-6f8f6a2834de1b996a7c958b5055d0451fdece03.tar.bz2 fetchmail-6f8f6a2834de1b996a7c958b5055d0451fdece03.zip |
Added dropdelivered.
svn path=/trunk/; revision=2931
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 980bd47b..c6fc2ebd 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -261,6 +261,7 @@ struct query flag forcecr; /* if TRUE, force CRs before LFs in text */ flag pass8bits; /* if TRUE, ignore Content-Transfer-Encoding */ flag dropstatus; /* if TRUE, drop Status lines in mail */ + flag dropdelivered; /* if TRUE, drop Delivered-To lines in mail */ flag mimedecode; /* if TRUE, decode MIME-armored messages */ flag idle; /* if TRUE, idle after each poll */ int limit; /* limit size of retrieved messages */ |