diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-12-18 05:06:19 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-12-18 05:06:19 +0000 |
commit | 54f81620fae6f46c55a930a348008e11c75b4f88 (patch) | |
tree | 6f57ff815374547642a609c4f8efa208749cbe2f /sample.rcfile | |
parent | 2f1b2a582eda2b8993771bfece902f696c4dd9c4 (diff) | |
download | fetchmail-54f81620fae6f46c55a930a348008e11c75b4f88.tar.gz fetchmail-54f81620fae6f46c55a930a348008e11c75b4f88.tar.bz2 fetchmail-54f81620fae6f46c55a930a348008e11c75b4f88.zip |
Added `fetchlimit'.
svn path=/trunk/; revision=657
Diffstat (limited to 'sample.rcfile')
-rw-r--r-- | sample.rcfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sample.rcfile b/sample.rcfile index a56632fa..8ee24e5f 100644 --- a/sample.rcfile +++ b/sample.rcfile @@ -42,6 +42,8 @@ # noflush # nofetchall # norewrite +# limit -- must be followed by numeric size limit +# fetchlimit -- must be followed by numeric msg fetch limit # # Legal protocol identifiers are # pop2 (or POP2) |