summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el
index a23fb12..525ce94 100644
--- a/init.el
+++ b/init.el
@@ -2158,6 +2158,9 @@
(define-key notmuch-show-mode-map "O" #'notmuch-show-reply-sender)
(define-key notmuch-show-mode-map "E" #'notmuch-show-resume-message)
+ (define-key notmuch-show-mode-map "B" #'notmuch-show-resend-message)
+ (define-key notmuch-show-mode-map "b" #'km/notmuch-visit-url)
+
(define-key notmuch-search-mode-map "o" #'notmuch-search-reply-to-thread)
(define-key notmuch-search-mode-map "O" #'notmuch-search-reply-to-thread-sender)
(define-key notmuch-search-mode-map (kbd "C-c C-s") #'notmuch-search-toggle-order)