X-Git-Url: https://rtime.felk.cvut.cz/gitweb/notmuch.git/blobdiff_plain/cbf2448bb1d58fa173fa2662f41c63d8a1717f39..55fb7da65012dc56cbf5e72df11f06db6f65cd7c:/emacs/notmuch-mua.el 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)