aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomi Ollila <tomi.ollila@iki.fi>2016-05-07 22:03:12 +0300
committerDavid Bremner <david@tethera.net>2016-05-19 07:53:51 -0300
commitfd3503e99ee1977b3d5264755ec4ab2fe1e0078a (patch)
tree6aaad9a124436fa34a622300b6b253355b5aed95
parentc13ff402c42143941010cd03bd57658d42f0df7d (diff)
emacs: bind notmuch-show-resend-message to 'b' in notmuch-show mode
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'.
-rw-r--r--emacs/notmuch-show.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el
index 4b8c66fd..f33096cf 100644
--- a/emacs/notmuch-show.el
+++ b/emacs/notmuch-show.el
@@ -1418,6 +1418,7 @@ reset based on the original query."
(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)