From cd7e497d07e7cdf04f968515dff39f419e8679b2 Mon Sep 17 00:00:00 2001 From: Mark Walters Date: Sat, 15 Oct 2016 08:32:39 +0100 Subject: [PATCH 1/1] emacs: tree: make refresh use generic binding Not using the generic binding is an anomaly from when tree was in contrib (as pick). --- emacs/notmuch-tree.el | 1 - 1 file changed, 1 deletion(-) 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) -- 2.43.0