aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in1
-rw-r--r--sample.rcfile5
-rwxr-xr-xspecgen.sh1
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
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