X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=NEWS;h=3b6404e75b8120e163b852c84640ae84f42229f5;hb=ae07f6559efe43b26c1add4259c432f84dea8ae2;hp=412c678d1bfdddc823fd826b2a4ec49b855e3172;hpb=7ac96b149f5a0e5c03b64856d7c20789dab3c628;p=notmuch diff --git a/NEWS b/NEWS index 412c678d..3b6404e7 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 -------------- @@ -19,15 +32,45 @@ Indexing cleartext of encrypted e-mails It's now possible to include the cleartext of encrypted e-mails in the notmuch index. This makes it possible to search your encrypted e-mails with the same ease as searching cleartext. This can be done - on a per-message basis with the --try-decrypt argument to indexing + on a per-message basis with the --decrypt argument to indexing commands (new, insert, reindex), or by default by running "notmuch - config set index.try_decrypt true". + config set index.decrypt true". Note that the contents of the index are sufficient to roughly reconstruct the cleartext of the message itself, so please ensure that the notmuch index itself is adequately protected. DO NOT USE this feature without considering the security of your index. +nmbug +----- + +nmbug's internal version increases to 0.3 in this notmuch release. +User-facing changes with this notmuch release: + +* Accept failures to unset `core.worktree` in `clone`, which allows + nmbug to be used with Git 2.11.0 and later. +* Auto-checkout in `clone` if it wouldn't clobber existing content, + which makes the initial clone more convenient. +* Only error for invalid diff lines in `tags/`, which allows for + `README`s and similar in nmbug repositories. + +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) ===========================