]> git.cworth.org Git - notmuch-wiki/blob - news/release-0.32.1.mdwn
News for release 0.38.3
[notmuch-wiki] / news / release-0.32.1.mdwn
1 [[!meta date="2021-05-15"]]
2
3 Notmuch 0.32.1 (2021-05-15)
4 ===========================
5
6 General
7 -------
8
9 Restore handling of relative values for `database.path` that was
10 broken by 0.32. Extend this handling to `database.mail_root`,
11 `database.backup_dir`, and `database.hook_dir`.
12
13 Reload certain metadata from Xapian database in
14 notmuch_database_reopen. This fixes a bug when adding messages to the
15 database in a pre-new hook.
16
17 Fix default of `$HOME/mail` for `database.path`. In release 0.32, this
18 default worked only in "notmuch config".
19
20 Emacs
21 -----
22
23 Restore the dynamically bound variables `tag-changes` and `query` in
24 in `notmuch-before-tag-hook` and `notmuch-after-tag-hook`.
25
26 Add `notmuch-jump-key` face to fontify keys in `notmuch-jump` and
27 related functions.  To ensure backward compatibility, the new face
28 inherits from `minibuffer-prompt`.