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

Subject: [notmuch] [PATCH] notmuch.el: 'F' in search mode takes us to a list of folders.

Date: Thu, 11 Feb 2010 11:59:43 +0000

To: notmuch@notmuchmail.org

Cc:

From: David Edmondson


---
 notmuch.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/notmuch.el b/notmuch.el
index 040997e..8f50abe 100644
--- a/notmuch.el
+++ b/notmuch.el
@@ -1104,6 +1104,7 @@ matching this search term are shown if non-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)
-- 
1.6.6.1


Thread: