diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2003-10-10 09:39:56 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2003-10-10 09:39:56 +0000 |
commit | 5d1b6fe008d8cb54a1d874d7a4f43aae1039cc8f (patch) | |
tree | e2341a2633e163e74985175c318b146e7091f9f1 /fetchmail.man | |
parent | 8600471ee8b8e06b6a4d0cce6a1d605aeb674fed (diff) | |
download | fetchmail-5d1b6fe008d8cb54a1d874d7a4f43aae1039cc8f.tar.gz fetchmail-5d1b6fe008d8cb54a1d874d7a4f43aae1039cc8f.tar.bz2 fetchmail-5d1b6fe008d8cb54a1d874d7a4f43aae1039cc8f.zip |
Merge in various small fixes, including two remote DOS
svn path=/trunk/; revision=3838
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/fetchmail.man b/fetchmail.man index 7a596e77..522de040 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -125,7 +125,7 @@ not work with POP2, and may occasionally flake out under POP3. .TP .B \-s | \-\-silent Silent mode. Suppresses all progress/status messages that are -normally echoed to standard error during a fetch (but does not +normally echoed to standard output during a fetch (but does not suppress actual error messages). The --verbose option overrides this. .TP .B \-v | \-\-verbose @@ -162,14 +162,13 @@ you have specified a default of \fBkeep\fR in your \&\fI.fetchmailrc\fR. This option is forced on with ETRN and ODMR. .TP .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 or -ODMR. In combination with the --limit option, --flush can be used to -delete oversized messages waiting on the server. -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. +POP3/IMAP only. Delete old (previously retrieved) messages from the +mailserver before retrieving new messages. This option does not work +with ETRN or ODMR. 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 <proto> | \-\-protocol <proto> |