mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-24 20:08:10 +01:00
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
This commit is contained in:
parent
8349173e96
commit
863d9aa674
1 changed files with 1 additions and 0 deletions
|
@ -236,6 +236,7 @@ FUNC."
|
||||||
(define-key map "e" (notmuch-pick-to-message-pane #'notmuch-pick-button-activate))
|
(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.
|
;; 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))
|
(define-key map "?" (notmuch-pick-close-message-pane-and #'notmuch-help))
|
||||||
|
|
||||||
;; The main pick bindings
|
;; The main pick bindings
|
||||||
|
|
Loading…
Reference in a new issue