diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-03-01 17:21:56 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-03-01 17:21:56 +0000 |
commit | deb0bafed2482b821c03a69860d4afeaef6f5342 (patch) | |
tree | d768dc57edf0ab24698eb6dd8d2b9367be5c6461 | |
parent | 09965ad71755b1af766d1f019a34ca6f529bfc6d (diff) | |
download | fetchmail-deb0bafed2482b821c03a69860d4afeaef6f5342.tar.gz fetchmail-deb0bafed2482b821c03a69860d4afeaef6f5342.tar.bz2 fetchmail-deb0bafed2482b821c03a69860d4afeaef6f5342.zip |
Allow --idle on the command line.
svn path=/branches/BRANCH_6-3/; revision=4703
-rw-r--r-- | fetchmail.man | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/fetchmail.man b/fetchmail.man index f7b7470c..ca220a84 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -270,7 +270,11 @@ daemon mode. Note that fetchmail may automatically enable this option depending on upstream server capabilities. Note also that this option may be removed and forced enabled in a future fetchmail version. See also: \-\-idfile. - +.TP +.B \-\-idle +(Keyword: idle) +Enable IDLE use (effective only with IMAP). Note that this works with +only one folder at a given time. .TP .B \-P <portnumber> | \-\-service <servicename> (Keyword: service) Since version 6.3.0. @@ -1706,8 +1710,8 @@ the following: 'via', 'interval', 'aka', 'is', 'to', 'dns'/'no dns', \&'checkalias'/'no checkalias', 'password', 'preconnect', 'postconnect', \&'localdomains', 'stripcr'/'no stripcr', 'forcecr'/'no forcecr', \&'pass8bits'/'no pass8bits' 'dropstatus/no dropstatus', -\&'dropdelivered/no dropdelivered', 'mimedecode/no mimedecode', 'idle/no -idle', and 'no envelope'. +\&'dropdelivered/no dropdelivered', 'mimedecode/no mimedecode', 'no idle', +and 'no envelope'. .PP The 'via' option is for if you want to have more than one configuration pointing at the same site. If it is present, |