mirror of
https://github.com/Qubes-Community/Contents.git
synced 2024-12-22 21:59:26 -05:00
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:
parent
15cb2007bc
commit
d1dfc2378d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user