aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2021-08-26 10:43:39 -0700
committerDavid Bremner <david@tethera.net>2021-08-26 10:43:39 -0700
commitd25dafb4c2f26d9f7ae67ca603181238514e6e97 (patch)
tree90873491077ccf6a429a373240965a74ccc1d20c /NEWS
parent588044901cfe8b9f876c7b46a9936616bc1e4562 (diff)
NEWS: user visible changes for 0.33
Based on commits attributed to me in the output of $ git shortlog 0.32.3..
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1c6246db..586bc97d 100644
--- 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
---