From 4c8aa545f3d2bf0f89a998b0eb853059bfe40479 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 14 Jun 2018 11:33:34 -0400 Subject: Add bindings for notmuch-{show,tree}-resume-message --- init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.el b/init.el index daabf0c..3144bed 100644 --- a/init.el +++ b/init.el @@ -2179,6 +2179,7 @@ (define-key notmuch-show-mode-map "o" #'notmuch-show-reply) (define-key notmuch-show-mode-map "O" #'notmuch-show-reply-sender) + (define-key notmuch-show-mode-map "E" #'notmuch-show-resume-message) (define-key notmuch-search-mode-map "o" #'notmuch-search-reply-to-thread) (define-key notmuch-search-mode-map "O" #'notmuch-search-reply-to-thread-sender) @@ -2188,6 +2189,7 @@ (notmuch-tree-close-message-pane-and #'notmuch-show-reply)) (define-key notmuch-tree-mode-map "O" (notmuch-tree-close-message-pane-and #'notmuch-show-reply-sender)) + (define-key notmuch-tree-mode-map "E" #'notmuch-tree-resume-message) (define-key notmuch-common-keymap "g" #'notmuch-refresh-this-buffer) -- cgit v1.2.3