mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
emacs: Fix documentation of notmuch-search-remove-tag.
The behavior was changed in commit 4aff2ca55b
to affect all messages in the thread (and not only those matching
the current search) but the documentation was not updated (until
now).
This commit is contained in:
parent
64646841f7
commit
986789e6f6
1 changed files with 1 additions and 2 deletions
|
@ -1442,8 +1442,7 @@ which match the current search terms."
|
|||
(defun notmuch-search-remove-tag (tag)
|
||||
"Remove a tag from the currently selected thread.
|
||||
|
||||
The tag is removed from messages in the currently selected thread
|
||||
which match the current search terms."
|
||||
The tag is removed from all messages in the currently selected thread."
|
||||
(interactive
|
||||
(list (notmuch-select-tag-with-completion "Tag to remove: " (notmuch-search-find-thread-id))))
|
||||
(notmuch-call-notmuch-process "tag" (concat "-" tag) (notmuch-search-find-thread-id))
|
||||
|
|
Loading…
Reference in a new issue