diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-04 18:50:16 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-04 18:50:16 +0000 |
commit | 80dcbac7fec7cca211522d04d027e03edb352cc6 (patch) | |
tree | d08aa756ab46cb090d0a4dba12a772b21f35dc21 | |
parent | c666c3761ccbc327ba782cf173799a794998b3cd (diff) | |
download | fetchmail-80dcbac7fec7cca211522d04d027e03edb352cc6.tar.gz fetchmail-80dcbac7fec7cca211522d04d027e03edb352cc6.tar.bz2 fetchmail-80dcbac7fec7cca211522d04d027e03edb352cc6.zip |
Restore --mda, with cleaner implementation this time.
svn path=/trunk/; revision=218
-rw-r--r-- | fetchmail.man | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/fetchmail.man b/fetchmail.man index b92aaed6..b650ce57 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -515,10 +515,9 @@ This program used to be called `popclient' (the name was changed because it supports IMAP now and may well support more remote-fetch protocols such as DMSP in the future). .PP -The --stdout, --local, --mda and --limit arguments of previous -versions have been removed, greatly simplifying the code and making it -faster. Those features did jobs that belonged to your local MDA and -mail reader. The job of +The --stdout, --local, and --limit arguments of previous +versions have been removed. Those features did jobs that belonged to +your local MDA and mail reader. The job of .I fetchmail is to forward local mail to your MDA, not to be one. Saint-Exupery said, "Perfection [in design] is achieved not when there is nothing |