]> git.notmuchmail.org Git - notmuch/blobdiff - NEWS
NEWS: message header parser changes
[notmuch] / NEWS
diff --git a/NEWS b/NEWS
index d21921f484c31d7a801debf688b38bb584c1dd59..06876e0a7df12badf36979acb77f4553568cca71 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -44,6 +44,22 @@ Notmuch database upgrade
   case, but in practise there have been no database upgrades in any
   released version of Notmuch before now.
 
+Support for indexing mbox files has been dropped
+
+  There has never been proper support for mbox files containing
+  multiple messages, and the support for single-message mbox files has
+  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
 ----------------------