Message: Message instead of warning when not encrypting

master
Pierre Neidhardt 2019-05-25 19:48:43 +02:00
parent 22e0081109
commit 104bdf52cb
1 changed files with 1 additions and 1 deletions

View File

@ -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).