From 08a394665320539eb133dde966f91fe9baa1db9b Mon Sep 17 00:00:00 2001 From: Simon Gomizelj Date: Fri, 30 Mar 2018 18:15:46 -0400 Subject: [PATCH] Add binding to trigger notmuch-show-part-map --- evil-collection-notmuch.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/evil-collection-notmuch.el b/evil-collection-notmuch.el index 0b2cee3..300f88c 100644 --- a/evil-collection-notmuch.el +++ b/evil-collection-notmuch.el @@ -39,6 +39,7 @@ (defconst evil-collection-notmuch-maps '(notmuch-common-keymap notmuch-hello-mode-map notmuch-show-mode-map + notmuch-show-part-map notmuch-tree-mode-map notmuch-search-mode-map notmuch-search-stash-map)) @@ -115,7 +116,8 @@ "-" 'notmuch-show-remove-tag "+" 'notmuch-show-add-tag (kbd "TAB") 'notmuch-show-toggle-message - (kbd "RET") 'notmuch-show-toggle-message) + (kbd "RET") 'notmuch-show-toggle-message + "." 'notmuch-show-part-map) (evil-define-key 'normal notmuch-tree-mode-map "g?" (notmuch-tree-close-message-pane-and 'notmuch-help)