diff options
-rw-r--r-- | init.el | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |