From c92d29f1a209bf62cf0bef4b9e809680933db50b Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 22 May 2022 16:04:55 +0200 Subject: mutt: Do not pin signing key .config/mutt/{dave@sleepmap.de,dvzrv@archlinux.org,gpg}.rc: Remove trailing "!" as pinning of the key had the unwanted side-effect of that key also being used for encryption (which does not work...). --- .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 a43e21b..0e67f41 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