diff options
author | Mark Walters <markwalters1009@gmail.com> | 2013-08-22 18:10:25 +0100 |
---|---|---|
committer | David Bremner <bremner@debian.org> | 2013-08-24 11:19:14 +0200 |
commit | 863d9aa67445adc662bd06aed0266c7073d5bf8d (patch) | |
tree | 16521b8433c60518d3a324c102bc9009d21d93e1 /contrib | |
parent | 8349173e96e681248322cadb2185eb4e1a22e6a8 (diff) |
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
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/notmuch-pick/notmuch-pick.el | 1 |
1 files changed, 1 insertions, 0 deletions
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 |