X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-tree.el;h=d5587a9c6351ca052f23311ae2c865f58ee2688d;hb=d93e9cee13ef22c5dbba44f33357fd969b8ef88f;hp=1555812cdb8bf75e8a817b8f32e72223019794cc;hpb=ae06fbfc76edc2ef320a51b6f774079d79078963;p=notmuch diff --git a/emacs/notmuch-tree.el b/emacs/notmuch-tree.el index 1555812c..d5587a9c 100644 --- a/emacs/notmuch-tree.el +++ b/emacs/notmuch-tree.el @@ -271,7 +271,6 @@ FUNC." (define-key map "x" 'notmuch-tree-quit) (define-key map "A" 'notmuch-tree-archive-thread) (define-key map "a" 'notmuch-tree-archive-message-then-next) - (define-key map "=" 'notmuch-tree-refresh-view) (define-key map "z" 'notmuch-tree-to-tree) (define-key map "n" 'notmuch-tree-next-matching-message) (define-key map "p" 'notmuch-tree-prev-matching-message)