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

This commit is contained in:
David Edmondson 2010-02-11 11:59:43 +00:00 committed by Carl Worth
parent aa531a92ae
commit fbec989fe3

View file

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