X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;ds=sidebyside;f=NEWS;h=6d2bf1381920cfe64015975299e1ccf13def8f8a;hb=aa35cfda416781c8b480a9862a79b5a930693e83;hp=0465b9e8e89cf2dfcbc1de49b67f8430ab08b914;hpb=d3964e81ac98825a025a6120c488ebd73de2a281;p=notmuch diff --git a/NEWS b/NEWS index 0465b9e8..6d2bf138 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,19 @@ Out-of-tree builds has been dropped. The same can now be achieved more reliably using out-of-tree builds. +Command Line Interface +---------------------- + +Support for re-indexing existing messages + + There is a new subcommand, `notmuch reindex`, which re-indexes all + messages matching supplied search terms. This permits users to + change the way specific messages are indexed. + + Note that for messages with multiple variants in the message + archive, the recorded Subject: of may change upon reindexing, + depending on the order in which the variants are indexed. + Encrypted Mail -------------- @@ -28,6 +41,23 @@ Indexing cleartext of encrypted e-mails that the notmuch index itself is adequately protected. DO NOT USE this feature without considering the security of your index. +Notmuch 0.25.3 (2017-12-08) +=========================== + +Emacs +----- + +Extend mitigation (disabling handling x-display in text/enriched) for +Emacs bug #28350 to Emacs versions before 24.4 (i.e. without +`advice-add`). + +Command Line Interface +---------------------- + +Correctly report userid validity. Fix test suite failure for GMime >= +3.0.3. This change raises the minimum supported version of GMime 3.x +to 3.0.3. + Notmuch 0.25.2 (2017-11-05) ===========================