From 863d9aa67445adc662bd06aed0266c7073d5bf8d Mon Sep 17 00:00:00 2001 From: Mark Walters Date: Thu, 22 Aug 2013 18:10:25 +0100 Subject: [PATCH] contrib: pick: add in binding to view raw message Note this does rely on the fact that we have over-ridden notmuch-show-get-properties --- contrib/notmuch-pick/notmuch-pick.el | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el index 344609f8..6e71fef8 100644 --- a/contrib/notmuch-pick/notmuch-pick.el +++ b/contrib/notmuch-pick/notmuch-pick.el @@ -236,6 +236,7 @@ FUNC." (define-key map "e" (notmuch-pick-to-message-pane #'notmuch-pick-button-activate)) ;; bindings from show (or elsewhere) but we close the message pane first. + (define-key map "V" (notmuch-pick-close-message-pane-and #'notmuch-show-view-raw-message)) (define-key map "?" (notmuch-pick-close-message-pane-and #'notmuch-help)) ;; The main pick bindings -- 2.43.0