X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;ds=inline;f=emacs%2Fnotmuch.el;h=9ff376786c476cd17ea8783fbe8a4e1f58baf3cc;hb=fbec989fe3272d6eff038369587be076347b96f0;hp=ee5448de3c79ebf04c9d8d87513f5add971da9b9;hpb=aa531a92aef4c87403cd3be307c05f8a300017c5;p=notmuch diff --git a/emacs/notmuch.el b/emacs/notmuch.el index ee5448de..9ff37678 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -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)