diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-07-28 16:16:13 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-07-28 16:16:13 +0000 |
commit | 7301e74a9bfbf0abaf2782bc2b7112a84bcd32c8 (patch) | |
tree | d7c878d5f6eb90b1a132cc200b44ea022c9fa144 /sample.rcfile | |
parent | f7aef23b0c18a1ee4724f9e10984427cdee07c5d (diff) | |
download | fetchmail-7301e74a9bfbf0abaf2782bc2b7112a84bcd32c8.tar.gz fetchmail-7301e74a9bfbf0abaf2782bc2b7112a84bcd32c8.tar.bz2 fetchmail-7301e74a9bfbf0abaf2782bc2b7112a84bcd32c8.zip |
Added the dropstatus option.
svn path=/trunk/; revision=1183
Diffstat (limited to 'sample.rcfile')
-rw-r--r-- | sample.rcfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sample.rcfile b/sample.rcfile index fd648fc6..aa1a31b8 100644 --- a/sample.rcfile +++ b/sample.rcfile @@ -49,6 +49,7 @@ # forcecr # stripcr # pass8bits +# dropstatus # dns # no keep # no flush @@ -58,6 +59,8 @@ # no stripcr # no dns # no envelope +# no pass8bits +# no dropstatus # limit -- must be followed by numeric size limit # fetchlimit -- must be followed by numeric msg fetch limit # batchlimit -- must be followed by numeric SMTP batch limit |