X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=NEWS;h=10752fa788122d92182d696eb29ecb755e53d1ce;hb=99407db25cbd44f915fb33708c497bc375ff63de;hp=3b6404e75b8120e163b852c84640ae84f42229f5;hpb=07a6214233ebc1a9c228acae674cffe68d0908ea;p=notmuch diff --git a/NEWS b/NEWS index 3b6404e7..10752fa7 100644 --- a/NEWS +++ b/NEWS @@ -24,6 +24,17 @@ Support for re-indexing existing messages archive, the recorded Subject: of may change upon reindexing, depending on the order in which the variants are indexed. +Improved error reporting in notmuch new + + Give more details when reporting certain Xapian exceptions. + +Support maildir synced tags in `new.tags` + + Tags `draft`, `flagged`, `passed`, and `replied` are now supported + in `new.tags`. The tag `unread` is still special in the presence of + maildir syncing, and will be added for files in `new/` regardless of + the setting of `new.tags`. + Encrypted Mail -------------- @@ -41,6 +52,41 @@ 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. +Library Changes +--------------- + +Indexing files with duplicate message-id + + Files with duplicate message-id's are now indexed, and searchable + via terms and phrases. There are known issues related to + presentation of results and regular-expression search, but in + principle no mail file should be completely unsearchable now. + +New functions to count files + + Two new functions in the libnotmuch API: + `notmuch_message_count_files`, and `notmuch_thread_get_total_files`. + +Change of return value of `notmuch_thread_get_authors` + + In certain corner cases, `notmuch_thread_get_authors` previously + returned NULL. This has been replaced by an empty string, since the + possibility of NULL was not documented. + +Python Bindings +--------------- + +Python bindings specific Debian packaging is removed + + The bindings have been build by the top level Debian packaging for a + long time, and `bindings/python/debian` has bit-rotted. + +Open mail files in binary mode when using Python 3 + + This avoids certain encoding related crashes under Python 3. + +Add python bindings for notmuch_database_{get,set}_config* + nmbug -----