]> granicus.if.org Git - neomutt/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)
committerRichard Russon <rich@flatcap.org>
Mon, 10 Dec 2018 14:04:52 +0000 (14:04 +0000)
contrib/gpg.rc

index f9947e929749f24d3f330b6c9cce4433aee6dd3a..0534fd652c3003ff5c1937743f7dad3830dfb000 100644 (file)
@@ -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"