X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-tree.el;h=8398eb109f67c4e7d6482187d54dffe6b3b7d52b;hp=62064ce1d682ad4a5c3a44aefaa4363dad81f596;hb=f8bdba37d3f4c877e05e17b5b1c7d2d512106538;hpb=4817005bfc811500802a2a65fd5351658a3e5a7d diff --git a/emacs/notmuch-tree.el b/emacs/notmuch-tree.el index 62064ce1..8398eb10 100644 --- a/emacs/notmuch-tree.el +++ b/emacs/notmuch-tree.el @@ -266,7 +266,6 @@ FUNC." (define-key map (kbd "M-TAB") (notmuch-tree-to-message-pane #'notmuch-show-previous-button)) (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.