diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-08 07:00:36 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-08 07:00:36 +0000 |
commit | 5906e49aecf5b6957bae8cb438f42af5ca425967 (patch) | |
tree | 41de8f1c92d8314506b8a4bcb9065220668f6b45 | |
parent | 5d344bf47fcf2b5afd46d72576b129296e2c634a (diff) | |
download | fetchmail-5906e49aecf5b6957bae8cb438f42af5ca425967.tar.gz fetchmail-5906e49aecf5b6957bae8cb438f42af5ca425967.tar.bz2 fetchmail-5906e49aecf5b6957bae8cb438f42af5ca425967.zip |
Update.
svn path=/trunk/; revision=246
-rw-r--r-- | NEWS | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -23,6 +23,12 @@ features -- * Make configure more GNUish; it understands --prefix and other standard autoconf options now (see INSTALL for details) +* Better documentation of the new .fetchmailrc extensions and the slightly + stricter rules for ordering options. + +* Expanded installation instructions including how to test for correct + operation without losing mail. + bugs -- * You may have to rearrange the order of options in your .fetchmailrc. @@ -34,7 +40,7 @@ bugs -- * Fixed broken 'p' option. * `norewrite' and `rewrite' in .fetchrc were the inverses of what they - should have been. + should have been (but the rewrite default was set correctly). fetchmail-1.6 (Sun Oct 6 20:55:09 EDT 1996): |