]> granicus.if.org Git - neomutt/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)
commitffd3efba87343337acc8b01f48a2efbfcb24def4
tree851ed7d910de39fc2d84f11192bdc3910bbec310
parent26d9ed50fac253f9908bdd4918e0abc1e5fe35a4
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