diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-12-01 05:19:29 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-12-01 05:19:29 +0000 |
commit | 0624314eb7caf1dec01ccfaf0ec78ebe7ee7e492 (patch) | |
tree | 21e4895141de927c75b3d8ad60e81eb91152ab5a | |
parent | 5c8eeeb93452007e138f3461b4da70b38f35bbc9 (diff) | |
download | fetchmail-0624314eb7caf1dec01ccfaf0ec78ebe7ee7e492.tar.gz fetchmail-0624314eb7caf1dec01ccfaf0ec78ebe7ee7e492.tar.bz2 fetchmail-0624314eb7caf1dec01ccfaf0ec78ebe7ee7e492.zip |
Gordon Matzigkeit's warning.
svn path=/trunk/; revision=1548
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | fetchmail.man | 4 |
2 files changed, 5 insertions, 10 deletions
@@ -12,16 +12,6 @@ "From: John Smith@my.pop.server (Systems) <jsmith@domain>". Is this just GIGO, or should we try to cope? -Greg Stark <gsstark@mit.edu> writes: - -Hm, the --expunge N option only works for IMAP? I suggested back when you -proposed this that it should work for POP as well by closing and reopening the -POP connection. That's exactly what I do currently using a shell script -``while fetchmail --limit 10 ; do : ; done'' But it would be nice if --expunge -just worked. That would eliminate the race condition with the lock file and it -would just be all-around pleasing aesthetically. - - Other TO-DO items: * Get with Craig Metz to write a draft RFC on RFC1938 support in IMAP. @@ -34,6 +24,7 @@ fetchmail-4.3.4 (Sat Nov 22 01:51:41 EST 1997) * Fix ETRN code to poll for the fetchmail host if there's no -S option. * Allow `--quit' to be given with other options to shut down a running daemon before anything else gets done (suggested by Greg Stark). +* Added Gordon Matzigkeit's warning about -F to the man page. There are 277 people on fetchmail-friends and 92 on fetchmail-announce. diff --git a/fetchmail.man b/fetchmail.man index 48bbdf30..566bc920 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -135,6 +135,10 @@ you have specified a default of \fBkeep\fR in your .B \-F, --flush POP3/IMAP only. Delete old (previously retrieved) messages from the mailserver before retrieving new messages. This option does not work with ETRN. +Warning: if your local MTA hangs and fetchmail is aborted, the next +time you run fetchmail, it will delete mail that was never delivered to you. +What you probably want is the default setting: if you don't specify `-k', then +fetchmail will automatically delete messages after successful delivery. .SS Protocol and Query Options .TP .B \-p, \--protocol proto |