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 | |
parent | 41620bcbb3f21e2cf7d23242ab0d21b07c308a66 (diff) | |
download | fetchmail-dcb410e51aab896f42f1eb463cfb181270be5649.tar.gz fetchmail-dcb410e51aab896f42f1eb463cfb181270be5649.tar.bz2 fetchmail-dcb410e51aab896f42f1eb463cfb181270be5649.zip |
Ready to ship.
svn path=/trunk/; revision=1893
-rw-r--r-- | Makefile.in | 1 | ||||
-rw-r--r-- | sample.rcfile | 5 | ||||
-rwxr-xr-x | specgen.sh | 1 |
3 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 1bd5d05b..f44776cb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -232,6 +232,7 @@ NOTES: design-notes.html # Make distribution, update LSM with proper size, remake distribution dist: Makefile.in rm -f MANIFEST; make MANIFEST; + touch fetchmail.lsm make fetchmail-$(VERS).tar.gz lsmgen.sh $(VERS) `wc -c fetchmail-$(VERS).tar.gz` >fetchmail.lsm make fetchmail-$(VERS).tar.gz 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 @@ -18,6 +18,7 @@ on-demand TCP/IP links (such as SLIP or PPP connections). It retrieves mail from remote mail servers and forwards it to your local (client) machine's delivery system, so it can then be be read by normal mail user agents such as mutt, elm, pine, or mailx. +Comes with an interactive GUI configurator suitable for end-users. %prep %setup |