From d1dfc2378d870ebc9b3ddfc95fb2bf26a72475b2 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 --- configuration-guides/mutt.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration-guides/mutt.md b/configuration-guides/mutt.md index 0ae3f94..6118a3d 100644 --- a/configuration-guides/mutt.md +++ b/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