X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=NEWS;h=47b62d73be25cda64b710a356f8e090a28a72d2b;hb=c8fc3d1428d86a653a23a5f8c32ea8ac52c8f160;hp=a7ca0245bf14283893c31de3be669892179691f4;hpb=8c41578a24c6fca36ef6020c8cf2c6a96b666858;p=notmuch diff --git a/NEWS b/NEWS index a7ca0245..47b62d73 100644 --- a/NEWS +++ b/NEWS @@ -35,6 +35,12 @@ Support maildir synced tags in `new.tags` maildir syncing, and will be added for files in `new/` regardless of the setting of `new.tags`. +--decrypt now takes an explicit argument + + The --decrypt option to `notmuch show` and `notmuch reply` now takes + an explicit argument. If you were used to invoking `notmuch show + --decrypt`, you should switch to `notmuch show --decrypt=true`. + Encrypted Mail -------------- @@ -76,6 +82,12 @@ New functions to count files Two new functions in the libnotmuch API: `notmuch_message_count_files`, and `notmuch_thread_get_total_files`. +New function to remove properties + + A new function was added to the libnotmuch API to make it easier to + drop all properties with a common pattern: + `notmuch_message_remove_all_properties_with_prefix` + Change of return value of `notmuch_thread_get_authors` In certain corner cases, `notmuch_thread_get_authors` previously @@ -104,6 +116,8 @@ Open mail files in binary mode when using Python 3 Add python bindings for notmuch_database_{get,set}_config* +Optional `decrypt_policy` flag is available for notmuch.database().index_file() + nmbug ----- @@ -117,6 +131,16 @@ User-facing changes with this notmuch release: * Only error for invalid diff lines in `tags/`, which allows for `README`s and similar in nmbug repositories. +Documentation +------------- + +New man page: notmuch-properties(7) + + This new page to the manual describes common conventions for how + properties are used by libnotmuch, the CLI, and associated programs. + External projects that use properties are encouraged to claim their + properties and conventions here to avoid collisions. + Notmuch 0.25.3 (2017-12-08) ===========================