[notmuch] [PATCH 7/9] Key bindings for message library based replies
camalot at picnicpark.org
camalot at picnicpark.org
Fri Nov 27 05:30:13 PST 2009
From: Keith Amidon <keith at nicira.com>
---
notmuch.el | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/notmuch.el b/notmuch.el
index fe20b54..eaa5798 100644
--- a/notmuch.el
+++ b/notmuch.el
@@ -64,6 +64,9 @@
(define-key map "A" 'notmuch-show-mark-read-then-archive-thread)
(define-key map "f" 'notmuch-show-forward-current)
(define-key map "m" 'message-mail)
+ (define-key map "MA" 'notmuch-show-wide-reply-current)
+ (define-key map "MR" 'notmuch-show-reply-current)
+ (define-key map "MF" 'notmuch-show-followup-current)
(define-key map "n" 'notmuch-show-next-message)
(define-key map "N" 'notmuch-show-mark-read-then-next-open-message)
(define-key map "p" 'notmuch-show-previous-message)
--
1.6.5.3
More information about the notmuch
mailing list