X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=NEWS;h=efd9043d8ef523e896ac879267b00c52ca74f93f;hb=54982e520c3bee74e947e311ee5b1219396fa1a8;hp=997c07d377f6bdf8c27a13cc12fc7f9e5cc73aab;hpb=9649f6047f8b7746b2877117150ce10d58acb824;p=notmuch diff --git a/NEWS b/NEWS index 997c07d3..efd9043d 100644 --- a/NEWS +++ b/NEWS @@ -82,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 @@ -125,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) =========================== @@ -620,7 +636,7 @@ Fixed constant values so they are not all zero anymore Previously, it was impossible to open writable database handles, because `DATABASE_MODE_READ_ONLY` and `DATABASE_MODE_READ_WRITE` were both set to zero. - The same issue occured with sort modes. + The same issue occurred with sort modes. Notmuch 0.22.2 (2016-09-08) =========================== @@ -2645,7 +2661,7 @@ mailing list. nmbug - share tags with a given prefix nmbug helps maintain a git repo containing all tags with a given - prefix (by default "notmuch::"). Tags can be shared by commiting + prefix (by default "notmuch::"). Tags can be shared by committing them to git in one location and restoring in another. Notmuch 0.9 (2011-10-01)