From: David Edmondson <dme@dme.org>
Date: Thu, 11 Feb 2010 11:59:43 +0000 (+0000)
Subject: notmuch.el: 'F' in search mode takes us to a list of folders.
X-Git-Tag: 0.2~95
X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=fbec989fe3272d6eff038369587be076347b96f0;p=notmuch-old

notmuch.el: 'F' in search mode takes us to a list of folders.
---

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)