mutt crypto

This commit is contained in:
Frank Villaro-Dixon 2013-08-03 14:26:58 +02:00
parent 94acb5229f
commit 86a57192ef

View file

@ -26,9 +26,9 @@ 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
#set crypt_replysign
# automatically encrypt outgoing messages
set crypt_autoencrypt=yes
@ -39,3 +39,5 @@ set crypt_replysignencrypted=yes
# automatically verify the sign of a message when opened
set crypt_verify_sig=yes
# vim: filetype=muttrc