diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2007-04-04 12:19:19 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2007-04-04 12:19:19 +0000 |
commit | 8d778c41f21dcf611dd3bf174dbc4ebc2524ce75 (patch) | |
tree | fab9eff5fe6ca6240f0e387da0b398a8ca20d58e /fetchmail.man | |
parent | e14d34f38298d0b1a0bafb433901a52fbbfea5a1 (diff) | |
download | fetchmail-8d778c41f21dcf611dd3bf174dbc4ebc2524ce75.tar.gz fetchmail-8d778c41f21dcf611dd3bf174dbc4ebc2524ce75.tar.bz2 fetchmail-8d778c41f21dcf611dd3bf174dbc4ebc2524ce75.zip |
Document default for --limit.
svn path=/branches/BRANCH_6-3/; revision=5082
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/fetchmail.man b/fetchmail.man index da6202a8..62cd3f07 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -590,12 +590,13 @@ MAILBOXES below apply. .SS Resource Limit Control Options .TP .B \-l <maxbytes> | \-\-limit <maxbytes> -(Keyword: limit) Takes a maximum octet size argument. Messages larger -than this size will not be fetched and will be left on the server (in -foreground sessions, the progress messages will note that they are -"oversized"). If the fetch protocol permits (in particular, under -IMAP or POP3 without the fetchall option) the message will not be -marked seen. +(Keyword: limit) Takes a maximum octet size argument, where 0 is the +default and also the special value designating "no limit". +If nonzero, messages larger than this size will not be fetched and will +be left on the server (in foreground sessions, the progress messages +will note that they are "oversized"). If the fetch protocol permits (in +particular, under IMAP or POP3 without the fetchall option) the message +will not be marked seen. .sp An explicit \-\-limit of 0 overrides any limits set in your run control file. This option is intended for those needing to |