summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2017-12-30 09:50:35 -0400
committerDavid Bremner <david@tethera.net>2017-12-30 16:51:34 -0400
commit5eb90865942122f1cb7fb931f39b3e7e4b4ef76d (patch)
treea6bf23bea846a87909deffe44eca25e21f47b82d /NEWS
parentc86928bb2c97d2447dac65bdb65a54c27e98dd77 (diff)
NEWS: library changes for 0.26
These are just "my" changes, as arbited by "git shortlog", which sometimes lies.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS21
1 files changed, 21 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3b6404e7..b0bea89a 100644
--- 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.
+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
-----