From a3d999dfcecb79210ee594b54b89009d0d9aadf2 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Tue, 5 May 2020 09:44:30 +1000 Subject: [PATCH] Add set_crypt_gpgme=no to the example muttrc. This defaults to yes on Debian 9 and higher, and breaks Split GPG --- external/configuration-guides/mutt.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/external/configuration-guides/mutt.md b/external/configuration-guides/mutt.md index 0ae3f94e..6118a3d2 100644 --- a/external/configuration-guides/mutt.md +++ b/external/configuration-guides/mutt.md @@ -106,6 +106,10 @@ set crypt_replysignencrypted=yes # automatically verify the sign of a message when opened set crypt_verify_sig=yes +# disable use of gpgme, which interferes with Split-GPG +# and defaults to 'yes' on Debian 9 and higher +set crypt_use_gpgme=no + send-hook "~A" set pgp_autoinline=no crypt_autoencrypt=no send-hook "~t @invisiblethingslab\.com" set crypt_autoencrypt=yes