]> git.notmuchmail.org Git - notmuch/commitdiff
NEWS: library changes for 0.26
authorDavid Bremner <david@tethera.net>
Sat, 30 Dec 2017 13:50:35 +0000 (09:50 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 30 Dec 2017 20:51:34 +0000 (16:51 -0400)
These are just "my" changes, as arbited by "git shortlog", which
sometimes lies.

NEWS

diff --git a/NEWS b/NEWS
index 3b6404e75b8120e163b852c84640ae84f42229f5..b0bea89a68e52e259feef09fa9738d659842ee85 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -41,6 +41,27 @@ 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.
 
   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.
+
 nmbug
 -----
 
 nmbug
 -----