]> git.notmuchmail.org Git - notmuch/commitdiff
Revert "notmuch.el: 'F' in search mode takes us to a list of folders."
authorCarl Worth <cworth@cworth.org>
Fri, 16 Apr 2010 14:53:10 +0000 (07:53 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 16 Apr 2010 14:53:10 +0000 (07:53 -0700)
This reverts commit fbec989fe3272d6eff038369587be076347b96f0.

I only pushed this accidentally. See message
id:871ver6u9r.fsf@yoom.home.cworth.org for the various reasons I
didn't like this patch, (mostly I think the association of 'F' is
wrong).

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)