aboutsummaryrefslogtreecommitdiffhomepage
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Jani Nikula <jani@nikula.org>2014-04-28 00:09:21 +0300
committerGravatar David Bremner <david@tethera.net>2014-04-28 11:02:28 +0900
commite925d88b1b5aaa7c19332420acdc66dfb9bc40fc (patch)
treef504e603176b39bf2c124041744fbfa7d71833e9 /NEWS
parent1156aa9bd9a7322c9014b01272923838236a533b (diff)
NEWS: message header parser changes
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e4bd2e2f..06876e0a 100644
--- 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
----------------------