diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-11-08 05:38:41 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-11-08 05:38:41 +0000 |
commit | 4cf99da5da3d1e2d54cf2ac81c0dfd5bf94ca98a (patch) | |
tree | 9f0555eab9627e9c6f168fc3bba971de32cffda2 /sample.rcfile | |
parent | 995f32756f7c222468bb3527ae6b9f340fe333ea (diff) | |
download | fetchmail-4cf99da5da3d1e2d54cf2ac81c0dfd5bf94ca98a.tar.gz fetchmail-4cf99da5da3d1e2d54cf2ac81c0dfd5bf94ca98a.tar.bz2 fetchmail-4cf99da5da3d1e2d54cf2ac81c0dfd5bf94ca98a.zip |
Implement batchlimit option.
svn path=/trunk/; revision=503
Diffstat (limited to 'sample.rcfile')
-rw-r--r-- | sample.rcfile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sample.rcfile b/sample.rcfile index 5ade67b2..1f2f58fc 100644 --- a/sample.rcfile +++ b/sample.rcfile @@ -52,6 +52,10 @@ # login # kerberos # +# Legal global option statements are +# +# set batchlimit = -- must be followed by a number +# # The noise keywords `and', `with', `has', `wants', and `options' are ignored # anywhere in an entry; they can be used to make it resemble English. The # punctuation charactes `,' `:' `;' are also ignored. @@ -61,6 +65,8 @@ # # This is what the developer's .fetchmailrc looks like: +set batchlimit 0 # I forward to sendmail + defaults password not_blowing_my_cover; # Use this for production |