projects
/
notmuch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa531a9
)
notmuch.el: 'F' in search mode takes us to a list of folders.
author
David Edmondson
<dme@dme.org>
Thu, 11 Feb 2010 11:59:43 +0000
(11:59 +0000)
committer
Carl Worth
<cworth@cworth.org>
Wed, 7 Apr 2010 17:25:35 +0000
(10:25 -0700)
emacs/notmuch.el
patch
|
blob
|
history
diff --git
a/emacs/notmuch.el
b/emacs/notmuch.el
index ee5448de3c79ebf04c9d8d87513f5add971da9b9..9ff376786c476cd17ea8783fbe8a4e1f58baf3cc 100644
(file)
--- 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)