From: Mark Walters Date: Thu, 22 Aug 2013 17:10:25 +0000 (+0100) Subject: contrib: pick: add in binding to view raw message X-Git-Url: https://git.cworth.org/git?p=obsolete%2Fnotmuch-old;a=commitdiff_plain;h=863d9aa67445adc662bd06aed0266c7073d5bf8d 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 --- 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