summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-08-22 01:50:49 +0100
committerDavid Bremner <david@tethera.net>2021-08-21 19:53:42 -0700
commit357dd488caf0262f8a36ea4fd23b9d017cc93440 (patch)
tree47a4b64da4325a44c1d01ea7c58d0645ad2a044e /devel
parent785745783345d3ed56f0b435fcea44515aae8bea (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 'devel')
-rw-r--r--devel/emacs-keybindings.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/emacs-keybindings.org b/devel/emacs-keybindings.org
index 0ff4fdf5..2f73a198 100644
--- a/devel/emacs-keybindings.org
+++ b/devel/emacs-keybindings.org
@@ -20,7 +20,7 @@
| q | notmuch-bury-or-kill-this-buffer | notmuch-bury-or-kill-this-buffer | notmuch-bury-or-kill-this-buffer |
| r | notmuch-search-reply-to-thread-sender | notmuch-show-reply-sender | notmuch-show-reply-sender |
| s | notmuch-search | notmuch-search | notmuch-search |
-| t | notmuch-search-filter-by-tag | toggle-truncate-lines | notmuch-search-by-tag |
+| t | notmuch-search-filter-by-tag | toggle-truncate-lines | notmuch-tree-filter-by-tag |
| u | | | |
| v | | | notmuch-show-view-all-mime-parts |
| w | | notmuch-show-save-attachments | notmuch-show-save-attachments |