X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-mua.el;h=466edd7eb23cfca98b19401bd51bd42970f1163e;hb=edae844efaeda706568850003da116a805b352ee;hp=fd98ea4195e4faf7c34a0333a71accdb56c6e5b2;hpb=0e671478c6f37018973392f049979da5e1a8ff99;p=notmuch diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el index fd98ea41..466edd7e 100644 --- a/emacs/notmuch-mua.el +++ b/emacs/notmuch-mua.el @@ -273,6 +273,8 @@ Note that these functions use `mail-citation-hook' if that is non-nil." (when notmuch-address-command (notmuch-address-setup))) +(put 'notmuch-message-mode 'flyspell-mode-predicate 'mail-mode-flyspell-verify) + (define-key notmuch-message-mode-map (kbd "C-c C-c") #'notmuch-mua-send-and-exit) (define-key notmuch-message-mode-map (kbd "C-c C-s") #'notmuch-mua-send)