diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-09-24 17:52:20 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-09-24 17:52:20 +0000 |
commit | 69e1d6afc48b5a7d7f3b5c89bd3778620ae00b0b (patch) | |
tree | 444bd0191625496ab75ea203530d529b85c2c92b /README | |
parent | ff559f5242822b1540eac19f39963d95184e9b77 (diff) | |
download | fetchmail-69e1d6afc48b5a7d7f3b5c89bd3778620ae00b0b.tar.gz fetchmail-69e1d6afc48b5a7d7f3b5c89bd3778620ae00b0b.tar.bz2 fetchmail-69e1d6afc48b5a7d7f3b5c89bd3778620ae00b0b.zip |
Remove same name dependencies.
svn path=/trunk/; revision=118
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,7 +18,7 @@ Features of fetchmail include: * POP2, POP3, APOP, RPOP and IMAP support with auto-probing for a server on the host if no protocol is specified. - * Easy configuration via command line or free-format .poprc file. + * Easy control via command line or free-format configuration file. * Daemon mode -- fetchmail can be run in background to poll one or more hosts at a specified interval. @@ -30,7 +30,7 @@ Features of fetchmail include: usernames relative to the fetchmail host become fully-qualified Internet addresses. This enables replies to work correctly. -There is a man page at fetchmail.man. A sample rc file is at sample.fetchrc. +There is a man page at fetchmail.man. A sample rc file is at sample.rcfile. For a release history, see the file NEWS. -- esr |