From: Kevin McCarthy Date: Fri, 7 Dec 2018 21:18:04 +0000 (-0800) Subject: Add note about the second --with-fingerprint to gpg.rc. X-Git-Tag: mutt-1-12-rel~190 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f1febf6cf0ec70c2a7857eaf2bd44d2c59ee5f1;p=mutt Add note about the second --with-fingerprint to gpg.rc. --- diff --git a/contrib/gpg.rc b/contrib/gpg.rc index 7adcbdb2..d773c152 100644 --- a/contrib/gpg.rc +++ b/contrib/gpg.rc @@ -87,9 +87,11 @@ set pgp_export_command="gpg --no-verbose --export --armor %r" set pgp_verify_key_command="gpg --verbose --batch --fingerprint --check-sigs %r" # read in the public key ring +# note: the second --with-fingerprint adds fingerprints to subkeys set pgp_list_pubring_command="gpg --no-verbose --batch --quiet --with-colons --with-fingerprint --with-fingerprint --list-keys %r" # read in the secret key ring +# note: the second --with-fingerprint adds fingerprints to subkeys set pgp_list_secring_command="gpg --no-verbose --batch --quiet --with-colons --with-fingerprint --with-fingerprint --list-secret-keys %r" # fetch keys