]> git.notmuchmail.org Git - notmuch/commitdiff
notmuch.el: 'F' in search mode takes us to a list of folders.
authorDavid Edmondson <dme@dme.org>
Thu, 11 Feb 2010 11:59:43 +0000 (11:59 +0000)
committerCarl Worth <cworth@cworth.org>
Wed, 7 Apr 2010 17:25:35 +0000 (10:25 -0700)
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 "-" '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)
     map)
   "Keymap for \"notmuch search\" buffers.")
 (fset 'notmuch-search-mode-map notmuch-search-mode-map)