aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-07-28 16:16:13 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-07-28 16:16:13 +0000
commit7301e74a9bfbf0abaf2782bc2b7112a84bcd32c8 (patch)
treed7c878d5f6eb90b1a132cc200b44ea022c9fa144 /fetchmail.h
parentf7aef23b0c18a1ee4724f9e10984427cdee07c5d (diff)
downloadfetchmail-7301e74a9bfbf0abaf2782bc2b7112a84bcd32c8.tar.gz
fetchmail-7301e74a9bfbf0abaf2782bc2b7112a84bcd32c8.tar.bz2
fetchmail-7301e74a9bfbf0abaf2782bc2b7112a84bcd32c8.zip
Added the dropstatus option.
svn path=/trunk/; revision=1183
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 24ef5ee0..aa3d6474 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -131,6 +131,7 @@ struct query
flag stripcr; /* if TRUE, strip CRs in text */
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 */
int limit; /* limit size of retrieved messages */
int fetchlimit; /* max # msgs to get in single poll */
int batchlimit; /* max # msgs to pass in single SMTP session */