X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-tree.el;fp=emacs%2Fnotmuch-tree.el;h=220c010dfbfa61e4f01d37961055176f69c1fa37;hp=1ab0810d59270809173be0957818c621a17a805d;hb=8a20400490df27812780b349c1805e258cbac99c;hpb=cbeb0685c744e77fdae69b0a868916c6a87e2edb diff --git a/emacs/notmuch-tree.el b/emacs/notmuch-tree.el index 1ab0810d..220c010d 100644 --- a/emacs/notmuch-tree.el +++ b/emacs/notmuch-tree.el @@ -258,6 +258,7 @@ FUNC." (define-key map (kbd "") (notmuch-tree-to-message-pane #'notmuch-show-previous-button)) (define-key map (kbd "TAB") (notmuch-tree-to-message-pane #'notmuch-show-next-button)) (define-key map "e" (notmuch-tree-to-message-pane #'notmuch-tree-button-activate)) + (define-key map "$" (notmuch-tree-to-message-pane #'notmuch-show-toggle-process-crypto)) ;; bindings from show (or elsewhere) but we close the message pane first. (define-key map "f" (notmuch-tree-close-message-pane-and #'notmuch-show-forward-message))