From 8bfaf359dfbef6afdc25b0fa330bf8360f701bc6 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 14 Mar 2016 10:38:03 -0700 Subject: attempt to have mutt correctly report sig verif. --- .muttrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.muttrc b/.muttrc index 51969893..a78d8fd9 100644 --- a/.muttrc +++ b/.muttrc @@ -109,7 +109,7 @@ set pgp_export_command="gpg --use-agent --no-verbose --export --armor %r" set pgp_verify_key_command="gpg --use-agent --verbose --batch --fingerprint --check-sigs %r" set pgp_list_pubring_command="gpg --use-agent --no-verbose --batch --quiet --with-colons --list-keys %r" set pgp_list_secring_command="gpg --use-agent --no-verbose --batch --quiet --with-colons --list-secret-keys %r" -set pgp_good_sign="^\\[GNUPG:\\] GOODSIG" +set pgp_good_sign="^gpg: Good signature from" # --- message headers -- cgit v1.2.3