[notmuch] [PATCH 3/9] Add key binding for notmuch-search in show-mode
camalot at picnicpark.org
camalot at picnicpark.org
Fri Nov 27 05:30:09 PST 2009
From: Keith Amidon <keith at 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
More information about the notmuch
mailing list