diff options
| author | Mark Walters <markwalters1009@gmail.com> | 2016-11-13 14:08:47 +0000 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-11-13 12:55:16 -0400 |
| commit | f8bdba37d3f4c877e05e17b5b1c7d2d512106538 (patch) | |
| tree | 29406db553fa35d36961229612514cd5e73474e7 | |
| parent | 4817005bfc811500802a2a65fd5351658a3e5a7d (diff) | |
emacs: tree: remove binding for pressing button in message pane
We want to use "e" for editting postponed messages in show, and in
tree view, so remove the binding for the function which does
(In message pane) Activate BUTTON or button at point
| -rw-r--r-- | emacs/notmuch-tree.el | 1 |
1 files changed, 0 insertions, 1 deletions
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 "<backtab>") (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. |
