mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 17:34:54 +01:00
notmuch.el: 'F' in search mode takes us to a list of folders.
This commit is contained in:
parent
aa531a92ae
commit
fbec989fe3
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue