diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-06-04 04:55:57 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-06-04 04:55:57 +0000 |
commit | dcb410e51aab896f42f1eb463cfb181270be5649 (patch) | |
tree | 6dd005f0174019908baed1748b06fa014dd2d682 /sample.rcfile | |
parent | 41620bcbb3f21e2cf7d23242ab0d21b07c308a66 (diff) | |
download | fetchmail-dcb410e51aab896f42f1eb463cfb181270be5649.tar.gz fetchmail-dcb410e51aab896f42f1eb463cfb181270be5649.tar.bz2 fetchmail-dcb410e51aab896f42f1eb463cfb181270be5649.zip |
Ready to ship.
svn path=/trunk/; revision=1893
Diffstat (limited to 'sample.rcfile')
-rw-r--r-- | sample.rcfile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sample.rcfile b/sample.rcfile index da6a967e..9c12f2a1 100644 --- a/sample.rcfile +++ b/sample.rcfile @@ -58,6 +58,7 @@ # stripcr # pass8bits # dropstatus +# mimedecode # no keep # no flush # no fetchall @@ -66,6 +67,7 @@ # no stripcr # no pass8bits # no dropstatus +# no mimedecode # 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 @@ -88,7 +90,8 @@ # # Legal global option statements are # -# set logfile = -- must be followed by a string +# set logfile -- must be followed by a string +# set idfile -- must be followed by a string # set daemon -- must be followed by a number # set syslog # set invisible |