X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-show.el;h=f33096cf00b85f4c0dda312e250454d2cce74a64;hp=4b8c66fdb2a1feefeacbee711acceef752f7c3a3;hb=fd3503e99ee1977b3d5264755ec4ab2fe1e0078a;hpb=c13ff402c42143941010cd03bd57658d42f0df7d 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)