From f8cf811d658da2618359391436e194bb41b95ae5 Mon Sep 17 00:00:00 2001 From: Jelle Licht Date: Thu, 25 Jul 2019 03:14:33 +0200 Subject: [PATCH] notmuch: Bind "|" to notmuch-show-pipe-message in notmuch-tree. --- evil-collection-notmuch.el | 1 + 1 file changed, 1 insertion(+) diff --git a/evil-collection-notmuch.el b/evil-collection-notmuch.el index cb5d358..96738c3 100644 --- a/evil-collection-notmuch.el +++ b/evil-collection-notmuch.el @@ -193,6 +193,7 @@ "[[" 'notmuch-tree-prev-message (kbd "C-k") 'notmuch-tree-prev-thread (kbd "C-j") 'notmuch-tree-next-thread + "|" 'notmuch-show-pipe-message "-" 'notmuch-tree-remove-tag "+" 'notmuch-tree-add-tag "*" 'notmuch-tree-tag-thread