aboutsummaryrefslogtreecommitdiff
path: root/emacs/notmuch.el
diff options
context:
space:
mode:
authorDavid Edmondson <dme@dme.org>2010-02-11 11:59:43 +0000
committerCarl Worth <cworth@cworth.org>2010-04-07 10:25:35 -0700
commitfbec989fe3272d6eff038369587be076347b96f0 (patch)
tree65ddcdf8448a4f69a6bb05e2b1cf8e9e040598e3 /emacs/notmuch.el
parentaa531a92aef4c87403cd3be307c05f8a300017c5 (diff)
notmuch.el: 'F' in search mode takes us to a list of folders.
Diffstat (limited to 'emacs/notmuch.el')
-rw-r--r--emacs/notmuch.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/notmuch.el b/emacs/notmuch.el
index ee5448d..9ff3767 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)