summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomi Ollila <tomi.ollila@iki.fi>2021-05-16 22:04:42 +0300
committerTomi Ollila <tomi.ollila@iki.fi>2021-05-16 22:04:42 +0300
commit33799cf96fa2cede69b6f6e545c4da16f2898b9d (patch)
tree6d7ddab45a89125f7f7b51881cae337e7e6a39e4
parent7ab49d222b1bafd16ce17aa2a8f21648fb3ac8fd (diff)
news for notmch 0.32.1
-rw-r--r--news/release-0.32.1.mdwn24
1 files changed, 24 insertions, 0 deletions
diff --git a/news/release-0.32.1.mdwn b/news/release-0.32.1.mdwn
new file mode 100644
index 0000000..5616734
--- /dev/null
+++ b/news/release-0.32.1.mdwn
@@ -0,0 +1,24 @@
+[[!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`.