mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
NEWS: add NEWS for notmuch-{before,after}-tag-hook fixes
This commit is contained in:
parent
319dcfb50e
commit
0e8795b28c
1 changed files with 9 additions and 0 deletions
9
NEWS
9
NEWS
|
@ -1,6 +1,9 @@
|
||||||
Notmuch 0.32.1 (UNRELEASED)
|
Notmuch 0.32.1 (UNRELEASED)
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
|
General
|
||||||
|
-------
|
||||||
|
|
||||||
Restore handling of relative values for `database.path` that was
|
Restore handling of relative values for `database.path` that was
|
||||||
broken by 0.32. Extend this handling to `database.mail_root`,
|
broken by 0.32. Extend this handling to `database.mail_root`,
|
||||||
`database.backup_dir`, and `database.hook_dir`.
|
`database.backup_dir`, and `database.hook_dir`.
|
||||||
|
@ -9,6 +12,12 @@ Reload certain metadata from Xapian database in
|
||||||
notmuch_database_reopen. This fixes a bug when adding messages to the
|
notmuch_database_reopen. This fixes a bug when adding messages to the
|
||||||
database in a pre-new hook.
|
database in a pre-new hook.
|
||||||
|
|
||||||
|
Emacs
|
||||||
|
-----
|
||||||
|
|
||||||
|
Restore the dynamically bound variables `tag-changes` and `query` in
|
||||||
|
in `notmuch-before-tag-hook` and `notmuch-after-tag-hook`.
|
||||||
|
|
||||||
Notmuch 0.32 (2021-05-02)
|
Notmuch 0.32 (2021-05-02)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue