diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-07-28 19:32:46 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-07-28 19:32:46 +0000 |
commit | 8d334032c10f963e9a120198d0a75ab2b281217b (patch) | |
tree | 8c43b2422bd322bc20fde9f220b4965b92f196e6 /fetchmail.man | |
parent | 07fc4312b6494db6bb971a0506bd2e8255234b8b (diff) | |
download | fetchmail-8d334032c10f963e9a120198d0a75ab2b281217b.tar.gz fetchmail-8d334032c10f963e9a120198d0a75ab2b281217b.tar.bz2 fetchmail-8d334032c10f963e9a120198d0a75ab2b281217b.zip |
Almost ready to ship.
svn path=/trunk/; revision=2939
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/fetchmail.man b/fetchmail.man index 5937a9b8..55296cc7 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -370,14 +370,15 @@ MAILBOXES below apply. .B \-l <maxbytes>, --limit <maxbytes> (Keyword: limit) Takes a maximum octet size argument. Messages larger than this size -will not be fetched, not be marked seen, and will be left on the -server (in foreground sessions, the progress messages will note that -they are "oversized"). An explicit --limit of 0 overrides any limits -set in your run control file. This option is intended for those -needing to strictly control fetch time due to expensive and variable -phone rates. In daemon mode, oversize notifications are mailed to the -calling user (see the --warnings option). This option does not work -with ETRN. +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 An +explicit --limit of 0 overrides any limits set in your run control +file. This option is intended for those needing to strictly control +fetch time due to expensive and variable phone rates. In daemon mode, +oversize notifications are mailed to the calling user (see the +--warnings option). This option does not work with ETRN. .TP .B \-w <interval>, --warnings <interval> (Keyword: warnings) |