X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=notmuch.el;h=ab56f4803faca8efe5188a441c66b65f8fed4ee6;hb=bc69bf09cb8c989f4b3b8116f0907b7618000299;hp=c611dcc2cc72ebde11568b3e42f2fa6bb0f70f1c;hpb=c5085642b8c6495ffea3d5709aa6da14cd1d8688;p=notmuch diff --git a/notmuch.el b/notmuch.el index c611dcc2..ab56f480 100644 --- a/notmuch.el +++ b/notmuch.el @@ -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))