]> git.notmuchmail.org Git - notmuch/commitdiff
NEWS: message header parser changes
authorJani Nikula <jani@nikula.org>
Sun, 27 Apr 2014 21:09:21 +0000 (00:09 +0300)
committerDavid Bremner <david@tethera.net>
Mon, 28 Apr 2014 02:02:28 +0000 (11:02 +0900)
NEWS

diff --git a/NEWS b/NEWS
index e4bd2e2f8542b099018b862cbfcacde34beb9cf0..06876e0a7df12badf36979acb77f4553568cca71 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -51,6 +51,15 @@ Support for indexing mbox files has been dropped
   been deprecated since Notmuch 0.15. The support has now been
   dropped, and all mbox files will be rejected during indexing.
 
+Message header parsing changes
+
+  Notmuch previously had an internal parser for message headers. The
+  parser has now been dropped in favour of letting GMime parse both
+  the headers and the message MIME structure at the same pass. This is
+  mostly an internal change, but the GMime parser is stricter in its
+  interpretation of the headers. This may result in messages with
+  slightly malformed message headers being now rejected.
+
 Command-Line Interface
 ----------------------