From 918079352856ec33c5c9f6e13a2c85e5ac9b9d21 Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 6 May 2022 11:17:42 +0200 Subject: mutt: Force use of specific signing key .config/mutt/*: Force the use of a specific signing key by appending "!" to the key ID. Gnupg has the bizarre "feature" to just YOLO use any subkey with signing capability it finds instead. --- .config/mutt/gpg.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/mutt/gpg.rc') diff --git a/.config/mutt/gpg.rc b/.config/mutt/gpg.rc index 0e67f41..a43e21b 100644 --- a/.config/mutt/gpg.rc +++ b/.config/mutt/gpg.rc @@ -1,7 +1,7 @@ set pgp_good_sign="^gpg: Good signature from " set pgp_use_gpg_agent = yes set pgp_self_encrypt = yes -set pgp_default_key = '1793DAD5D803A8FFD7451697BB992F9864FAD168' +set pgp_default_key = '1793DAD5D803A8FFD7451697BB992F9864FAD168!' set pgp_timeout = 60 set pgp_verify_command = "gpg --batch --output - --verify %s %f" set crypt_use_gpgme = yes -- cgit v1.2.3-54-g00ecf