diff options
-rw-r--r-- | .mutt/gpg.rc | 2 |
1 files changed, 2 insertions, 0 deletions
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" |