aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2021-04-26 20:53:01 -0300
committerDavid Bremner <david@tethera.net>2021-04-26 20:53:01 -0300
commitf35dadfb76d9cbfaed25ec76fb3c46af5fde0cd5 (patch)
tree6b032b3543261fa585c01042c933d75ab9818e67
parent8af4cd160ab1fe63d79a2b6b16833b9020f1c6c0 (diff)
NEWS: mention file deletion speedups
It seems a bit silly to have two NEWS entries for one commit, but there are two potiential audiences.
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a699b48e..6a708d64 100644
--- a/NEWS
+++ b/NEWS
@@ -30,6 +30,10 @@ constants have been added to the notmuch API. Most notably:
A previously requested API change is that `notmuch_database_reopen` is
now exposed (and generalized).
+The previously severe slowdowns from large numbers calls to
+notmuch_database_remove_message or notmuch_message_delete in one
+session has been fixed.
+
As always, the canonical source of API documentation is
`lib/notmuch.h`, or the doxygen formated documentation in `notmuch(3)`
@@ -39,6 +43,9 @@ CLI
The `notmuch config set` subcommand gained a `--database` argument to
specify that the database should be updated, rather than a config file.
+The speed of `notmuch new` and `notmuch reindex` in dealing with large
+numbers of mail file deletions is significantly improved.
+
Notmuch 0.31.4 (2021-02-18)
===========================