From: Keith Amidon Date: Fri, 27 Nov 2009 13:30:09 +0000 (-0800) Subject: Add key binding for notmuch-search in show-mode X-Git-Tag: 0.1~304 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=30bdcfe6511b9b6efff1f84fbf77320c2da0d76a;hp=8418dee2f6cf02f66dff236362f7cc1aadb56d38 Add key binding for notmuch-search in show-mode It's not uncommon to want to start a search as a result of something read in a message so this is convenient. --- diff --git a/notmuch.el b/notmuch.el index 1f5e681c..7eca87ae 100644 --- a/notmuch.el +++ b/notmuch.el @@ -70,6 +70,7 @@ (define-key map (kbd "C-p") 'notmuch-show-previous-line) (define-key map "q" 'kill-this-buffer) (define-key map "r" 'notmuch-show-reply) + (define-key map "s" 'notmuch-search) (define-key map "v" 'notmuch-show-view-all-mime-parts) (define-key map "w" 'notmuch-show-view-raw-message) (define-key map "x" 'kill-this-buffer)