diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/mutt/gpg.rc | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/.config/mutt/gpg.rc b/.config/mutt/gpg.rc index 2070ad2..5a6b2c2 100644 --- a/.config/mutt/gpg.rc +++ b/.config/mutt/gpg.rc | |||
@@ -42,18 +42,18 @@ | |||
42 | # Unless your key does not have encryption capability, uncomment this | 42 | # Unless your key does not have encryption capability, uncomment this |
43 | # line and replace the keyid with your own. | 43 | # line and replace the keyid with your own. |
44 | # | 44 | # |
45 | set crypt_use_gpgme=yes | 45 | set crypt_use_gpgme |
46 | set crypt_autosign=yes | 46 | set crypt_autosign |
47 | set crypt_verify_sig=yes | 47 | set crypt_verify_sig |
48 | set crypt_replysign=yes | 48 | set crypt_replysign |
49 | set crypt_replyencrypt=yes | 49 | set crypt_replyencrypt |
50 | set crypt_replysignencrypted=yes | 50 | set crypt_replysignencrypted |
51 | set crypt_autoencrypt = yes | 51 | set crypt_autoencrypt |
52 | 52 | ||
53 | set pgp_default_key= BA92244CBEE0980DE926C49F57428AA6F93E4FE8 | 53 | set pgp_default_key= 35BA9C75A4D8DB82A72D47E026EEE174352542B4 |
54 | set pgp_check_gpg_decrypt_status_fd | 54 | set pgp_check_gpg_decrypt_status_fd |
55 | set pgp_use_gpg_agent = yes | 55 | set pgp_use_gpg_agent |
56 | set pgp_self_encrypt = yes | 56 | set pgp_self_encrypt |
57 | 57 | ||
58 | # If you have a separate signing key, or your key _only_ has signing | 58 | # If you have a separate signing key, or your key _only_ has signing |
59 | # capability, uncomment this line and replace the keyid with your | 59 | # capability, uncomment this line and replace the keyid with your |