mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
NEWS: document Emacs UI tagging operations changes
This commit is contained in:
parent
6e59a5630f
commit
61fa5c0bb8
1 changed files with 18 additions and 0 deletions
18
NEWS
18
NEWS
|
@ -39,6 +39,24 @@ Reply to sender
|
|||
and search modes, 'r' has been bound to reply to sender, replacing
|
||||
reply to all, which now has key binding 'R'.
|
||||
|
||||
More flexible and consistent tagging operations
|
||||
|
||||
All tagging operations ("+", "-", "*") now accept multiple tags with
|
||||
"+" or "-" prefix, like "*" operation in notmuch-search view before.
|
||||
|
||||
"*" operation (`notmuch-show-tag-all') is now available in
|
||||
notmuch-show view.
|
||||
|
||||
`Notmuch-show-{add,remove}-tag' functions no longer accept tag
|
||||
argument, `notmuch-show-tag-message' should be used instead. Custom
|
||||
bindings using these functions should be updated, e.g.:
|
||||
|
||||
(notmuch-show-remove-tag "unread")
|
||||
|
||||
should be changed to:
|
||||
|
||||
(notmuch-show-tag-message "-unread")
|
||||
|
||||
Library changes
|
||||
---------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue