]> git.notmuchmail.org Git - notmuch-wiki/blob - news/release-0.37.mdwn
News for release 0.37
[notmuch-wiki] / news / release-0.37.mdwn
1 [[!meta date="2022-08-21"]]
2
3 Notmuch 0.37 (2022-08-21)
4 =========================
5
6 Library
7 -------
8
9 Fix uninitialized field in message objects.
10
11 Improve exception handling and error propagation for message objects.
12
13 Sexp Queries
14 ------------
15
16 Add one sided lastmod ranges for sexp queries.
17
18 Expand macro parameters inside regex and wildcard modifiers.
19
20 Command Line Interface
21 ----------------------
22
23 `notmuch help` now works for external commands.
24
25 `NOTMUCH_CONFIG` is now passed to external commands and hooks.
26
27 Promote the development tool `nmbug` to a user facing tool
28 `notmuch-git`. See notmuch-git(1) for details.
29
30 Emacs
31 -----
32
33 The function `notmuch-mua-mail` now moves point depending on the
34 provided arguments.
35
36 Restrict what mime types are inlined in replies and on refresh.
37
38 The functions in notmuch-query.el are now obsolete and may be removed
39 in a future version of Notmuch.
40
41 Add some controls for lazy display of message bodies (See "Dealing
42 with large messages and threads" in the notmuch-emacs documentation).
43
44 Allow the user to select (with '%') a different duplicate message file
45 to display.
46
47 Use `message-dont-reply-to-names` in `notmuch-message-mode`.
48
49 Support custom header-line format for notmuch-show mode.