diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-01-16 04:28:35 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-01-16 04:28:35 +0000 |
commit | f2c0003d11fb7183cf3c8593ef73225a41e5559d (patch) | |
tree | 460d1521914fdff8b23d8b6f5b1731a041053c5e | |
parent | 6d7d58be3324a009886f2fb031f4061bcbd209d3 (diff) | |
download | fetchmail-f2c0003d11fb7183cf3c8593ef73225a41e5559d.tar.gz fetchmail-f2c0003d11fb7183cf3c8593ef73225a41e5559d.tar.bz2 fetchmail-f2c0003d11fb7183cf3c8593ef73225a41e5559d.zip |
New feature announcement.
svn path=/trunk/; revision=779
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ features -- * `batchlimit' option is now per-user. +* RFC822 header continuation for long address lists is is now handled properly. + Note: These changes mean that older .fetchmailrc files using the `set' syntax for these options will cause fetchmail to die with a parse error at initialization time. Conversion is trivial -- for details, |