diff --git a/.emacs.d/lisp/init-message.el b/.emacs.d/lisp/init-message.el index 40df0245..0e13cd68 100644 --- a/.emacs.d/lisp/init-message.el +++ b/.emacs.d/lisp/init-message.el @@ -59,7 +59,7 @@ systematically send encrypted emails when possible." (untrusted-recipients (seq-difference (mapcar #'cadr recipients) (ambrevar/trusted-addresses)))) (if untrusted-recipients - (warn "Not encrypting because of untrusted %s." untrusted-recipients) + (message "Not encrypting because of untrusted %s." untrusted-recipients) (mml-secure-message-sign-encrypt)))) ;; TODO: Test and report upstream (Emacs + Notmuch).