]> git.notmuchmail.org Git - notmuch/commitdiff
NEWS: user visible changes for 0.33
authorDavid Bremner <david@tethera.net>
Thu, 26 Aug 2021 17:43:39 +0000 (10:43 -0700)
committerDavid Bremner <david@tethera.net>
Thu, 26 Aug 2021 17:43:39 +0000 (10:43 -0700)
Based on commits attributed to me in the output of

$ git shortlog 0.32.3..

NEWS

diff --git a/NEWS b/NEWS
index 1c6246db083c1f82599b639f4851b455e75d48c5..586bc97d4eaea1b89bf0f6c1f85c54b47f20acd4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,22 @@
 Notmuch 0.33 (UNRELEASED)
 =========================
 
+Library
+-------
+
+Correct documentatation about transactions.
+
+Add a configurable automatic commit of transactions. See
+`database.autocommit` in notmuch-config(1).
+
+Document the algorithm used to find a database.
+
+CLI
+---
+
+Define format version 5, which supports sorting the output of
+notmuch-show.
+
 Emacs
 -----
 
@@ -10,6 +26,8 @@ previous behaviour of using notmuch to send mail by default, customize
 
 `notmuch-company` now works in `org-msg`.
 
+Improve the display of messages from long threads in unthreaded mode.
+
 Vim
 ---