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

2009-11-27 Thread cama...@picnicpark.org
From: Keith Amidon 

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



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

2009-11-27 Thread camalot
From: Keith Amidon ke...@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

___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch