commit 48873a3215eef695a83558bb6425e844a82178bc
parent 8499ab44df10b368cab820ca7e4d289873b71310
Author: hhvn <dev@hhvn.uk>
Date: Fri, 15 Apr 2022 12:01:55 +0100
Disable neomutt autosigning with GPG
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.config/neomutt/gpg b/.config/neomutt/gpg
@@ -2,8 +2,8 @@
# Common Crypto Options
set crypt_autoencrypt = no # Automatically encrypt all mail
-set crypt_autopgp = yes # Allow automatic pgp functions
-set crypt_autosign = yes # Automatically sign all mail
+set crypt_autopgp = no # Allow automatic pgp functions
+set crypt_autosign = no # Automatically sign all mail
set crypt_autosmime = no # Allow automatic smime functions
set crypt_confirmhook = yes
set crypt_opportunistic_encrypt = no