diff options
Diffstat (limited to 'Mail/mutt/crypto.rc')
-rw-r--r-- | Mail/mutt/crypto.rc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Mail/mutt/crypto.rc b/Mail/mutt/crypto.rc index 4029c3d..c6a0769 100644 --- a/Mail/mutt/crypto.rc +++ b/Mail/mutt/crypto.rc @@ -28,7 +28,7 @@ set pgp_good_sign="^gpg: Good signature from" # if you want to use S-mime instead set the smime_is_default variable to yes # automatically sign all outgoing messages -set crypt_autosign +#set crypt_autosign # sign only replies to signed messages #set crypt_replysign @@ -39,9 +39,6 @@ set crypt_autosign # encrypt and sign replies to encrypted messages set crypt_replysignencrypted=yes -# Use Y to not enrypt -macro compose Y pfy "send mail without GPG" - # automatically verify the sign of a message when opened set crypt_verify_sig=yes |