]> gitweb.fluxo.info Git - rhatto/dotfiles/mail.git/commitdiff
Set pgp_autosign to no
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 30 Oct 2017 11:15:16 +0000 (09:15 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 30 Oct 2017 11:15:16 +0000 (09:15 -0200)
muttrc.dot.link

index 6aac6f1faea786b0a37ec0c6355381ff978d187e..14ed62e658bbe523421a1ec30c40ee568db5cb09 100644 (file)
@@ -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"