]> git.cworth.org Git - notmuch/blobdiff - NEWS
NEWS: notmuch-mutt: system(shell pipeline) replaced internally
[notmuch] / NEWS
diff --git a/NEWS b/NEWS
index a16689cae04a621e1457951f1954db39bf3daf09..b25bfaa382547211a0f950c528ceaf529e27f9ab 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,28 @@
-Notmuch 0.30 (2020-06-01)
+Notmuch 0.31 (UNRELEASED)
+=========================
+
+Emacs
+-----
+
+The minimum supported major version of GNU Emacs is now 25.1.
+
+Notmuch-Mutt
+------------
+
+The shell pipeline executed by notmuch-mutt, which symlinked matched
+files to a maildir for mutt to access is replaced with internal perl
+processing. This search operation is now more portable, and somewhat
+faster.
+
+Notmuch 0.30 (2020-07-10)
 =========================
 
 S/MIME
 ------
 
 Handle S/MIME (PKCS#7) messages -- one-part signed messages, encrypted
-messages, and multilayer messages.  Treat them symmetrically to
-OpenPGP messages.  This includes handling protected headers
+messages, and multilayer messages. Treat them symmetrically to
+OpenPGP messages. This includes handling protected headers
 gracefully.
 
 If you're using Notmuch with S/MIME, you currently need to configure
@@ -16,21 +32,21 @@ Mixed-up MIME Repair
 --------------------
 
 Detect and automatically repair a common form of message mangling
-created by Microsoft Exchange. (see index.repaired=mixedup in
-notmuch-properties(7).
+created by Microsoft Exchange (see index.repaired=mixedup in
+notmuch-properties(7)).
 
 Protected Headers
 -----------------
 
 Avoid indexing the legacy-display part of an encrypted message that
-has protected headers. (see
+has protected headers (see
 index.repaired=skip-protected-headers-legacy-display in
-notmuch-properties(7).
+notmuch-properties(7)).
 
 Python
 ------
 
-Drop compatibility with python2, focus on python3.
+Drop support for python2, focus on python3.
 
 Introduce new CFFI-based python bindings in the python module named
 "notmuch2".  Officially deprecate (but still support) the older
@@ -116,7 +132,7 @@ information about cryptographic protections for the Subject header.
 Emacs
 -----
 
-Optionally check for missing attachements in outgoing messages (see
+Optionally check for missing attachments in outgoing messages (see
 function `notmuch-mua-attachment-check`).
 
 Bind `B` to browse URLs in current message.