]> git.cworth.org Git - notmuch-wiki/blob - news/release-0.33.mdwn
News for release 0.38.3
[notmuch-wiki] / news / release-0.33.mdwn
1 [[!meta date="2021-09-03"]]
2
3 Notmuch 0.33 (2021-09-03)
4 =========================
5
6 Library
7 -------
8
9 Correct documentation about transactions.
10
11 Add a configurable automatic commit of transactions. See
12 `database.autocommit` in notmuch-config(1).
13
14 Document the algorithm used to find a database.
15
16 CLI
17 ---
18
19 Define format version 5, which supports sorting the output of
20 notmuch-show.
21
22 Emacs
23 -----
24
25 `notmuch` no longer sets `mail-user-agent` on load. To restore the
26 previous behaviour of using notmuch to send mail by default, customize
27 `mail-user-agent` to `notmuch-user-agent`.
28
29 `notmuch-company` now works in `org-msg`.
30
31 Improve the display of messages from long threads in unthreaded mode.
32
33 Prefer email addresses over User ID when showing valid signatures.
34
35 Define a new face `notmuch-jump-key`.
36
37 New commands in notmuch-tree view: `notmuch-tree-filter` and `notmuch-tree-filter-by-tag`.
38
39 Honour `notmuch-show-text/html-blocked-images` when using `w3m` to
40 render html.
41
42 Support toggling sort order in notmuch-tree mode.
43
44 Ruby
45 ----
46
47 Memory management of allocated notmuch objects (database, messages,
48 etc...) is now done via the Ruby GC. This removes all constraints on
49 the order of object destruction.  Database close and destroy are
50 split, following an old library API change.
51
52 Vim
53 ---
54
55 Respect excluded tags when showing a thread.
56
57 Documentation
58 -------------
59
60 Fix doc build for Sphinx 4.0.
61
62 Improve the markup and linking of the documentation.