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: 2019-10-25~450^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ded9e06757023fa90918a60505459c699eeba30b;p=neomutt Add note about the second --with-fingerprint to gpg.rc --- diff --git a/contrib/gpg.rc b/contrib/gpg.rc index f9947e929..0534fd652 100644 --- a/contrib/gpg.rc +++ b/contrib/gpg.rc @@ -106,10 +106,12 @@ set pgp_export_command="gpg --no-verbose --armor --export %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"