From df21d7cf989d74bceac949026ef03211d86c13bc Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 12 Sep 2015 00:30:09 +0200 Subject: gpg.rc: Adding settings for legacy gpg --- .mutt/gpg.rc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.mutt') diff --git a/.mutt/gpg.rc b/.mutt/gpg.rc index c713b6d..42e0929 100644 --- a/.mutt/gpg.rc +++ b/.mutt/gpg.rc @@ -83,3 +83,5 @@ set pgp_list_secring_command="gpg --no-verbose --batch --quiet --with-colons --w # This version uses --status-fd messages set pgp_good_sign="^\\[GNUPG:\\] GOODSIG" +# add message-hook for non standard-compliant (old) gnupg style messages +message-hook '!(~g|~G) ~b"^-----BEGIN\ PGP\ (SIGNED\ )?MESSAGE"' "exec check-traditional-pgp" -- cgit v1.2.3-54-g00ecf