From fbec989fe3272d6eff038369587be076347b96f0 Mon Sep 17 00:00:00 2001 From: David Edmondson Date: Thu, 11 Feb 2010 11:59:43 +0000 Subject: [PATCH] notmuch.el: 'F' in search mode takes us to a list of folders. --- emacs/notmuch.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs/notmuch.el b/emacs/notmuch.el index ee5448de..9ff37678 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -268,6 +268,7 @@ 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