diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-12-23 05:45:15 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-12-23 05:45:15 +0000 |
commit | a3140279cc8c41a6d4cf169c3f6e94411fec4f95 (patch) | |
tree | b6792b857061a77596ebfcd01b90f10b9359299d /sample.rcfile | |
parent | e2914b619afd334ae57f10e8af35c9c43088f24b (diff) | |
download | fetchmail-a3140279cc8c41a6d4cf169c3f6e94411fec4f95.tar.gz fetchmail-a3140279cc8c41a6d4cf169c3f6e94411fec4f95.tar.bz2 fetchmail-a3140279cc8c41a6d4cf169c3f6e94411fec4f95.zip |
Introduced George Sipe's -I and -M options.
svn path=/trunk/; revision=673
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 8ee24e5f..303b9376 100644 --- a/sample.rcfile +++ b/sample.rcfile @@ -60,6 +60,8 @@ # # set batchlimit = -- must be followed by a number # set logfile = -- must be followed by a string +# set interface = -- must be followed by IP address +# set monitor = -- must be followed by IP address # # 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 |