]> git.cworth.org Git - notmuch-wiki/blob - news/release-0.32.1.mdwn
5616734930da95fb56f91c04a75d0c97f30a18dc
[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`.