diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-08-06 01:58:07 +0200 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-08-06 01:58:07 +0200 |
commit | 0201cbe78d76769d96849510ef4998c5c8869598 (patch) | |
tree | 5f68772a86610f04b477f4ede99bdf8bae53310c /mutt | |
parent | 466ee41add2f57bc59eca1f7444ad122b97ff974 (diff) | |
download | dotfiles-0201cbe78d76769d96849510ef4998c5c8869598.tar.gz dotfiles-0201cbe78d76769d96849510ef4998c5c8869598.tar.bz2 dotfiles-0201cbe78d76769d96849510ef4998c5c8869598.zip |
bug fixes
Diffstat (limited to 'mutt')
-rw-r--r-- | mutt/crypto.rc | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/mutt/crypto.rc b/mutt/crypto.rc index 883687c..9b43636 100644 --- a/mutt/crypto.rc +++ b/mutt/crypto.rc @@ -28,17 +28,20 @@ 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=no +set crypt_autoencrypt=yes # encrypt only replies to signed messages -set crypt_replyencrypt=yes +#set crypt_replyencrypt=yes # 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 |