mutt crypto
This commit is contained in:
parent
94acb5229f
commit
86a57192ef
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue