Sign emails with sender

This commit is contained in:
Charlotte Van Petegem 2021-09-07 11:39:22 +02:00
parent eb3224f173
commit 0256728a04
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -132,6 +132,7 @@ in
(mm-verify-option 'known "Always verify PGP signatures (known protocols)")
(mm-discouraged-alternatives '("text/html" "text/richtext") "Discourage showing HTML views")
(gnus-buttonized-mime-types '("multipart/signed") "Make sure signature verification is always shown")
(mml-secure-openpgp-sign-with-sender t "Sign mails with the sender")
(sendmail-program "msmtp" "Use msmtp to send email")
(message-sendmail-f-is-evil t "Remove username from the emacs message")
(message-send-mail-function 'message-send-mail-with-sendmail "Use sendmail to send mail instead internal smtp")