Add set_crypt_gpgme=no to the example muttrc. This defaults to yes on Debian 9 and higher, and breaks Split GPG

This commit is contained in:
Miguel Jacq 2020-05-05 09:44:30 +10:00
parent 15cb2007bc
commit d1dfc2378d

View File

@ -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