From 9792d3553e907c4af58a9a29af63023d818c4623 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Fri, 16 Apr 2010 07:53:10 -0700 Subject: [PATCH] Revert "notmuch.el: 'F' in search mode takes us to a list of folders." This reverts commit fbec989fe3272d6eff038369587be076347b96f0. I only pushed this accidentally. See message id:871ver6u9r.fsf@yoom.home.cworth.org for the various reasons I didn't like this patch, (mostly I think the association of 'F' is wrong). --- emacs/notmuch.el | 1 - 1 file changed, 1 deletion(-) diff --git a/emacs/notmuch.el b/emacs/notmuch.el index 8b153cc0..0adaf8b4 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -268,7 +268,6 @@ For a mouse binding, return nil." (define-key map "-" 'notmuch-search-remove-tag) (define-key map "+" 'notmuch-search-add-tag) (define-key map (kbd "RET") 'notmuch-search-show-thread) - (define-key map "F" 'notmuch-folder) map) "Keymap for \"notmuch search\" buffers.") (fset 'notmuch-search-mode-map notmuch-search-mode-map) -- 2.43.0