aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.man
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2006-05-21 16:42:17 +0000
committerMatthias Andree <matthias.andree@gmx.de>2006-05-21 16:42:17 +0000
commit53b754649fdfc6cfd0bb226eb61c112420cbfec3 (patch)
treec6c41de4e8986e3f3944d70a404619ee35a892f0 /fetchmail.man
parentb00578f61418cf63318e1a6c85fdde917ee9ef48 (diff)
downloadfetchmail-53b754649fdfc6cfd0bb226eb61c112420cbfec3.tar.gz
fetchmail-53b754649fdfc6cfd0bb226eb61c112420cbfec3.tar.bz2
fetchmail-53b754649fdfc6cfd0bb226eb61c112420cbfec3.zip
Explain what --idle does.
State that the rcfile keyword was available before 6.0.0 and that fetchall was available since 3.0. svn path=/branches/BRANCH_6-3/; revision=4848
Diffstat (limited to 'fetchmail.man')
-rw-r--r--fetchmail.man8
1 files changed, 5 insertions, 3 deletions
diff --git a/fetchmail.man b/fetchmail.man
index 82fcdcbd..a32e8ad3 100644
--- a/fetchmail.man
+++ b/fetchmail.man
@@ -174,7 +174,7 @@ to be printed.
.SS Disposal Options
.TP
.B \-a | \-\-all | (since v6.3.3) \-\-fetchall
-(Keyword: fetchall)
+(Keyword: fetchall, since v3.0)
Retrieve both old (seen) and new messages from the mailserver. The
default is to fetch only messages the server has not marked seen.
Under POP3, this option also forces the use of RETR rather than TOP.
@@ -274,11 +274,13 @@ may be removed and forced enabled in a future fetchmail version. See
also: \-\-idfile.
.TP
.B \-\-idle (since 6.3.3)
-(Keyword: idle)
+(Keyword: idle, since before 6.0.0)
Enable IDLE use (effective only with IMAP). Note that this works with
only one folder at a given time. While the idle rcfile keyword had been
supported for a long time, the \-\-idle command-line option was added in
-version 6.3.3.
+version 6.3.3. IDLE use means that fetchmail tells the IMAP server to
+send notice of new messages, so they can be retrieved sooner than would
+be possible with regular polls.
.TP
.B \-P <portnumber> | \-\-service <servicename>
(Keyword: service) Since version 6.3.0.