]> git.notmuchmail.org Git - notmuch/commitdiff
Add key binding for notmuch-search in show-mode
authorKeith Amidon <keith@nicira.com>
Fri, 27 Nov 2009 13:30:09 +0000 (05:30 -0800)
committerCarl Worth <cworth@cworth.org>
Sat, 28 Nov 2009 05:06:56 +0000 (21:06 -0800)
It's not uncommon to want to start a search as a result of something
read in a message so this is convenient.

notmuch.el

index 1f5e681c2631dfa5452e911aa905932bae475ab9..7eca87ae505caf177e22943bb105b62aa45bca87 100644 (file)
@@ -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)