summaryrefslogtreecommitdiff
path: root/news/release-0.32.1.mdwn
blob: 639b4ee131625d1daf9566cfb272aa8e5c79fb3b (plain)
[[!meta date="2021-05-15"]]

Notmuch 0.32.1 (2021-05-15)
===========================

General
-------

Restore handling of relative values for `database.path` that was
broken by 0.32. Extend this handling to `database.mail_root`,
`database.backup_dir`, and `database.hook_dir`.

Reload certain metadata from Xapian database in
notmuch_database_reopen. This fixes a bug when adding messages to the
database in a pre-new hook.

Fix default of `$HOME/mail` for `database.path`. In release 0.32, this
default worked only in "notmuch config".

Emacs
-----

Restore the dynamically bound variables `tag-changes` and `query` in
in `notmuch-before-tag-hook` and `notmuch-after-tag-hook`.

Add `notmuch-jump-key` face to fontify keys in `notmuch-jump` and
related functions.  To ensure backward compatibility, the new face
inherits from `minibuffer-prompt`.