diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-05-28 20:41:37 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-05-28 20:41:37 +0000 |
commit | 93d237073e72102640dcf3442d1887d69776921c (patch) | |
tree | c64e4e542297d625dad8cd7921822fbd4dd8913e /fetchmail.man | |
parent | d6fe2a5f48e069fe423b12f2e163589194115dc0 (diff) | |
download | fetchmail-93d237073e72102640dcf3442d1887d69776921c.tar.gz fetchmail-93d237073e72102640dcf3442d1887d69776921c.tar.bz2 fetchmail-93d237073e72102640dcf3442d1887d69776921c.zip |
Added the interval option.
svn path=/trunk/; revision=1040
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/fetchmail.man b/fetchmail.man index 455f2c43..85827261 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -653,10 +653,15 @@ The 'remotefolder' and 'smtphost' options can take a space- or comma-separated list of names following them. .PP All options correspond to the obvious command-line arguments, except -the following: `aka', `is', `to', `dns'/`no dns', `password', +the following: `interval', `aka', `is', `to', `dns'/`no dns', `password', \&`preconnect', `localdomains', `stripcr'/`no stripcr' , \&`forcecr'/`no forcecr' and `no received'. .PP +The `interval' option (which takes a numeric argument) allows you to poll a +server less frequently than the basic poll interval. If you say +\&`interval N' the server this option is attached to will only be +queried every N poll intervals. +.PP The `is' or `to' keywords associate the following local (client) name(s) (or server-name to client-name mappings separated by =) with the mailserver user name in the entry. If an is/to list has `*' as |