unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] notmuch.el: 'F' in search mode takes us to a list of folders.
@ 2010-02-11 11:59 David Edmondson
       [not found] ` <1267256946-6897-1-git-send-email-Sebastian@SSpaeth.de>
  0 siblings, 1 reply; 3+ messages in thread
From: David Edmondson @ 2010-02-11 11:59 UTC (permalink / raw)
  To: notmuch

---
 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-04-08  8:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-11 11:59 [PATCH] notmuch.el: 'F' in search mode takes us to a list of folders David Edmondson
     [not found] ` <1267256946-6897-1-git-send-email-Sebastian@SSpaeth.de>
2010-04-07 23:12   ` Carl Worth
2010-04-08  8:14     ` David Edmondson

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).