mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
emacs: correct notmuch-search-mode's docstring wrt
notmuch-search-tag-all'
* emacs/notmuch.el (notmuch-search-mode): `notmuch-search-tag-all' currently uses the current query string instead of `notmuch-search-find-thread-id-region-search', which might cause a race condition.
This commit is contained in:
parent
ab1487363e
commit
c62126238b
1 changed files with 3 additions and 2 deletions
|
@ -388,8 +388,9 @@ any tags).
|
||||||
Pressing \\[notmuch-search-show-thread] on any line displays that thread. The '\\[notmuch-search-add-tag]' and '\\[notmuch-search-remove-tag]'
|
Pressing \\[notmuch-search-show-thread] on any line displays that thread. The '\\[notmuch-search-add-tag]' and '\\[notmuch-search-remove-tag]'
|
||||||
keys can be used to add or remove tags from a thread. The '\\[notmuch-search-archive-thread]' key
|
keys can be used to add or remove tags from a thread. The '\\[notmuch-search-archive-thread]' key
|
||||||
is a convenience for archiving a thread (removing the \"inbox\"
|
is a convenience for archiving a thread (removing the \"inbox\"
|
||||||
tag). The '\\[notmuch-search-tag-all]' key can be used to add or remove a tag from all
|
tag). The '\\[notmuch-search-tag-all]' key can be used to add and/or remove tags from all
|
||||||
threads in the current buffer.
|
messages (as opposed to threads) that match the current query. Use with caution, as this
|
||||||
|
will also tag matching messages that arrived *after* constructing the buffer.
|
||||||
|
|
||||||
Other useful commands are '\\[notmuch-search-filter]' for filtering the current search
|
Other useful commands are '\\[notmuch-search-filter]' for filtering the current search
|
||||||
based on an additional query string, '\\[notmuch-search-filter-by-tag]' for filtering to include
|
based on an additional query string, '\\[notmuch-search-filter-by-tag]' for filtering to include
|
||||||
|
|
Loading…
Reference in a new issue