fix: mutt pgp config for destination address

This commit is contained in:
Ben Grande 2024-01-18 09:22:59 +01:00
parent 911e42ac4d
commit 358fbcc0fa
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56

View File

@ -8,6 +8,7 @@
## Hooks
send-hook "~A" "set pgp_autoinline=no"
send-hook "~t ^security@qubes-os\\.org$" "set pgp_autoinline=yes crypt_autoencrypt=yes"
send-hook "~t @invisiblethingslab\\.com" "set pgp_autoinline=yes crypt_autoencrypt=yes"
send-hook "~t @googlegroups\\.com" "set pgp_autoinline=yes crypt_autoencrypt=no"
send-hook "~t $from" "set pgp_autoinline=yes"