[notmuch] [PATCH 3/9] Add key binding for notmuch-search in show-mode

Subject: [notmuch] [PATCH 3/9] Add key binding for notmuch-search in show-mode

Date: Fri, 27 Nov 2009 05:30:09 -0800

To: notmuch@notmuchmail.org

Cc: Keith Amidon

From: camalot@picnicpark.org


From: Keith Amidon <keith@nicira.com>

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 |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/notmuch.el b/notmuch.el
index 6400199..cd6609d 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)
-- 
1.6.5.3


Thread: