X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=NEWS;h=6d2bf1381920cfe64015975299e1ccf13def8f8a;hb=aa35cfda416781c8b480a9862a79b5a930693e83;hp=a2ae2691fd5b987674286298bcaa7e9e98afe7f3;hpb=000bbc73ff135fa588ba4e57c03489d87a13761c;p=notmuch diff --git a/NEWS b/NEWS index a2ae2691..6d2bf138 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,46 @@ +Notmuch 0.26 (UNRELEASED) +========================= + +Test Suite +---------- + +Out-of-tree builds + + The test suite now works properly with out-of-tree builds, i.e. with + separate source and build directories. The --root option to tests + 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 +-------------- + +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 --decrypt argument to indexing + commands (new, insert, reindex), or by default by running "notmuch + 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. + Notmuch 0.25.3 (2017-12-08) ===========================