From 358fbcc0fa1e86b0bd974419f71ef2f6f301453f Mon Sep 17 00:00:00 2001 From: Ben Grande Date: Thu, 18 Jan 2024 09:22:59 +0100 Subject: [PATCH] fix: mutt pgp config for destination address --- files/mutt/.config/mutt/conf.d/pgp.muttrc | 1 + 1 file changed, 1 insertion(+) diff --git a/files/mutt/.config/mutt/conf.d/pgp.muttrc b/files/mutt/.config/mutt/conf.d/pgp.muttrc index e95e598..e678d80 100644 --- a/files/mutt/.config/mutt/conf.d/pgp.muttrc +++ b/files/mutt/.config/mutt/conf.d/pgp.muttrc @@ -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"