]> granicus.if.org Git - mutt/commitdiff
Add note about the second --with-fingerprint to gpg.rc.
authorKevin McCarthy <kevin@8t8.us>
Fri, 7 Dec 2018 21:18:04 +0000 (13:18 -0800)
committerKevin McCarthy <kevin@8t8.us>
Fri, 7 Dec 2018 21:18:04 +0000 (13:18 -0800)
contrib/gpg.rc

index 7adcbdb24916f375052119c95056633b8b343670..d773c1523c07e331e51ab7886c45c2e5270d1c0f 100644 (file)
@@ -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