X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-mua.el;fp=emacs%2Fnotmuch-mua.el;h=17954fb3771555ff0e4c44e0d827d932a1a08a8b;hp=bbf059a22cb5487f669497631363a7c924b1d3d8;hb=fb4b45062f8551eb35ff1c22faf5c0bc95249a57;hpb=814abafc3e4280de115d4bc0ac01f8d026a0a7f9 diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el index bbf059a2..17954fb3 100644 --- a/emacs/notmuch-mua.el +++ b/emacs/notmuch-mua.el @@ -341,8 +341,8 @@ Typically this is added to `notmuch-mua-send-hook'." (defvar notmuch-message-mode-map (let ((map (make-sparse-keymap))) - (define-key map (kbd "C-c C-c") #'notmuch-mua-send-and-exit) - (define-key map (kbd "C-c C-s") #'notmuch-mua-send) + (define-key map [remap message-send-and-exit] #'notmuch-mua-send-and-exit) + (define-key map [remap message-send] #'notmuch-mua-send) (define-key map (kbd "C-c C-p") #'notmuch-draft-postpone) (define-key map (kbd "C-x C-s") #'notmuch-draft-save) map)