]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch.el
notmuch.el: 'F' in search mode takes us to a list of folders.
[notmuch] / emacs / notmuch.el
index ee5448de3c79ebf04c9d8d87513f5add971da9b9..9ff376786c476cd17ea8783fbe8a4e1f58baf3cc 100644 (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)