Make sure mails are also encrypted to self

This should also be covered by gpg's configuration, but better safe than sorry.
This commit is contained in:
Daniel - 2020-12-12 18:15:47 +01:00
parent 56c9f940ce
commit 904f7e6902
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 3 additions and 1 deletions

View File

@ -1699,7 +1699,9 @@
:init (setq mm-encrypt-option nil
mm-sign-option nil))
(setq mml2015-display-key-image nil
(setq mml-secure-openpgp-encrypt-to-self t
mml-secure-smime-encrypt-to-self t
mml2015-display-key-image nil
gnus-message-replysign t
gnus-message-replyencrypt t
gnus-message-replysignencrypted t