diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-10-30 09:15:16 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-10-30 09:15:16 -0200 |
commit | b08bca37d2db2cdfa1d22d1397e4dd67015fb666 (patch) | |
tree | 50cbca7d7de0fe01ac1cfc8a37f093903a8907a7 | |
parent | b618b37bab55d3e4180aea682ede927e47ed8476 (diff) | |
download | mail-b08bca37d2db2cdfa1d22d1397e4dd67015fb666.tar.gz mail-b08bca37d2db2cdfa1d22d1397e4dd67015fb666.tar.bz2 |
Set pgp_autosign to no
-rw-r--r-- | muttrc.dot.link | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/muttrc.dot.link b/muttrc.dot.link index 6aac6f1..14ed62e 100644 --- a/muttrc.dot.link +++ b/muttrc.dot.link @@ -149,7 +149,7 @@ set sendmail = "/usr/bin/msmtp" macro index S ":toggle pgp_verify_sig\n" # define S to toggle sig check macro index A ":toggle pgp_autosign\n" # define A to toggle autosign set pgp_verify_sig = yes -set pgp_autosign = yes +set pgp_autosign = no set pgp_replyencrypt = yes set pgp_decode_command="gpg --no-verbose --quiet --batch --output - %f" set pgp_verify_command="gpg --no-verbose --batch --output - --verify %s %f" |