diff options
| author | jao <jao@gnu.org> | 2021-08-22 01:50:49 +0100 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-08-21 19:53:42 -0700 |
| commit | 357dd488caf0262f8a36ea4fd23b9d017cc93440 (patch) | |
| tree | 47a4b64da4325a44c1d01ea7c58d0645ad2a044e /doc | |
| parent | 785745783345d3ed56f0b435fcea44515aae8bea (diff) | |
emacs: new command notmuch-tree-filter-by-tag
This new command for notmuch-tree-mode is analogous to
notmuch-search-filter-by-tag, bound to "t" in notmuch-search-mode; it
gets therefore the same "t" keybinding in notmuch-tree-mode (replacing
the current assignment to notmuch-search-by-tag).
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/notmuch-emacs.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/notmuch-emacs.rst b/doc/notmuch-emacs.rst index 5accfa60..36dcb116 100644 --- a/doc/notmuch-emacs.rst +++ b/doc/notmuch-emacs.rst @@ -305,6 +305,10 @@ tags. ``l`` ``notmuch-tree-filter`` Filter or LIMIT the current search results based on an additional query string +``t`` ``notmuch-tree-filter-by-tag`` + Filter the current search results based on an additional tag + + ``g`` ``=`` Refresh the buffer |
