X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=NEWS;h=10752fa788122d92182d696eb29ecb755e53d1ce;hb=99407db25cbd44f915fb33708c497bc375ff63de;hp=b0bea89a68e52e259feef09fa9738d659842ee85;hpb=5eb90865942122f1cb7fb931f39b3e7e4b4ef76d;p=notmuch diff --git a/NEWS b/NEWS index b0bea89a..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 -------------- @@ -62,6 +73,20 @@ Change of return value of `notmuch_thread_get_authors` 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 -----