NEWS: user visible changes for 0.33

Based on commits attributed to me in the output of

$ git shortlog 0.32.3..
This commit is contained in:
David Bremner 2021-08-26 10:43:39 -07:00
parent 588044901c
commit d25dafb4c2

18
NEWS
View file

@ -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
---