]> granicus.if.org Git - mutt/commit
Add fingerprint record parsing for pgp list keys. (see #3695)
authorKevin McCarthy <kevin@8t8.us>
Sun, 15 Feb 2015 18:09:10 +0000 (10:09 -0800)
committerKevin McCarthy <kevin@8t8.us>
Sun, 15 Feb 2015 18:09:10 +0000 (10:09 -0800)
commitbe71d820d27234d7badc27ae7aecfd881f2b5953
tree851ed7d910de39fc2d84f11192bdc3910bbec310
parent9c928249b3ecf0824f1b8531edcc5d2b85117d02
Add fingerprint record parsing for pgp list keys. (see #3695)

Modify parse_pub_line to parse fpr records and add the fingerprint to
the pgp_key_t's fingerprint field.

Add "--with-fingerprint --with-fingerprint" to the
pgp_list_pubring_command and pgp_list_secring_command commands in
contrib/gpg.rc.  The second invocation generates fpr records for subkeys
too.
contrib/gpg.rc
gnupgparse.c