[PATCH 2/2] emacs: bind notmuch-show-resend-message to 'b' in notmuch-show mode
Tomi Ollila
tomi.ollila at iki.fi
Sat May 7 12:03:12 PDT 2016
This binding is similar to mutt's, which is
bind {mode} b "bounce-message" # remail a message to another user
where {mode} is 'index', 'pager' or 'attach'.
---
emacs/notmuch-show.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el
index 4b8c66fdb2a1..f33096cf00b8 100644
--- a/emacs/notmuch-show.el
+++ b/emacs/notmuch-show.el
@@ -1418,6 +1418,7 @@ (defvar notmuch-show-mode-map
(define-key map (kbd "TAB") 'notmuch-show-next-button)
(define-key map "f" 'notmuch-show-forward-message)
(define-key map "F" 'notmuch-show-forward-open-messages)
+ (define-key map "b" 'notmuch-show-resend-message)
(define-key map "l" 'notmuch-show-filter-thread)
(define-key map "r" 'notmuch-show-reply-sender)
(define-key map "R" 'notmuch-show-reply)
--
2.6.4
More information about the notmuch
mailing list