summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-04-16 07:53:10 -0700
committerCarl Worth <cworth@cworth.org>2010-04-16 07:53:10 -0700
commit9792d3553e907c4af58a9a29af63023d818c4623 (patch)
tree863c28a1d0d447c8ba49a2192a563988c8c291a1
parent43cbbfc2788a48f817152936789ebed1a567cf9f (diff)
Revert "notmuch.el: 'F' in search mode takes us to a list of folders."
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).
-rw-r--r--emacs/notmuch.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/notmuch.el b/emacs/notmuch.el
index 8b153cc..0adaf8b 100644
--- a/emacs/notmuch.el
+++ b/emacs/notmuch.el
@@ -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)