From dcb410e51aab896f42f1eb463cfb181270be5649 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 4 Jun 1998 04:55:57 +0000 Subject: Ready to ship. svn path=/trunk/; revision=1893 --- Makefile.in | 1 + sample.rcfile | 5 ++++- specgen.sh | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) 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 diff --git a/specgen.sh b/specgen.sh index 037e6617..03e0673e 100755 --- a/specgen.sh +++ b/specgen.sh @@ -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 -- cgit v1.2.3