]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch.el
Revert "notmuch.el: 'F' in search mode takes us to a list of folders."
[notmuch] / emacs / notmuch.el
index 8b153cc037e50bb21298d32ad64e550d701334cb..0adaf8b49fd0f2ac08664bc64b73e094bdaf1458 100644 (file)
@@ -268,7 +268,6 @@ 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)