]> Pileus Git - ~andy/fetchmail/commitdiff
Move retrieve-error feature up to 6.4.0, credit Craig Brown.
authorMatthias Andree <matthias.andree@gmx.de>
Tue, 14 Dec 2010 16:29:58 +0000 (17:29 +0100)
committerMatthias Andree <matthias.andree@gmx.de>
Tue, 14 Dec 2010 16:29:58 +0000 (17:29 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 3947f17482e43b68822079c1d0dcfe54d458f4f9..383c5e70b3ec9bf79381fa0ac7adc89468104ca6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -51,9 +51,20 @@ NOTE THIS IS AN ALPHA RELEASE THAT HAS NOT BEEN THOROUGHLY TESTED!
   mail kept on a POP3 server. Where the 6.3.X code was of O(n^2) complexity,
   we're down to O(n log n).
   Contributed by Rainer Weikusat, MAD Partners Ltd./MSS GmbH.
+
+# FEATURES ADDED
 * Fetchmail can now retrieve credentials from PWMD. This needs to be enabled at
   compile-time and requires run-time configuration. See README.PWMD for details.
   Contributed by Ben Kibbey, author of libpwmd and pwmd.
+* Fetchmail now supports a retrieve-error command line or rcfile option that
+  takes exactly one argument, abort (default), continue or markseen.  This
+  specifies the policy used by fetchmail to handle messages whose bodies
+  fail to be retrieved due to server errors.  Both the continue and markseen
+  options will skip the message with errors and allow the session to
+  continue so that subsequent messages can be retrieved.  The markseen
+  option will also mark the message with errors as seen.  The default policy
+  is to abort the session whenever a server error occurs.
+  Contributed by Craig Brown.
 
 # REMOVED FEATURES
 * POP2 and RPOP were long obsolete and removed
@@ -86,16 +97,6 @@ fetchmail-6.3.19 (released 2010-12-10, 25945 LoC):
 * fetchmail 6.3.18 contains several bug fixes that were considered sufficiently
   grave to warrant the issue of an erratum notice, fetchmail-EN-2010-03.txt.
 
-# FEATURE
-* Fetchmail now supports a retrieve-error command line or rcfile option that
-  takes exactly one argument, abort (default), continue or markseen.  This
-  specifies the policy used by fetchmail to handle messages whose bodies
-  fail to be retrieved due to server errors.  Both the continue and markseen
-  options will skip the message with errors and allow the session to
-  continue so that subsequent messages can be retrieved.  The markseen
-  option will also mark the message with errors as seen.  The default policy
-  is to abort the session whenever a server error occurs.
-
 # BUG FIXES
 * When specifying multiple local multidrop lists, do not lose wildcard flag.
   (Affects "user foo is bar baz * is joe here")