1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

gpg: New list options "show-trustsig"

* g10/options.h (LIST_SHOW_TRUSTSIG): New.
* g10/gpg.c (parse_list_options): Add "show-trustsig".
* g10/keylist.c (parse_trust_name): New.
(list_signature_print): Print trust signature info.
This commit is contained in:
Werner Koch 2025-04-29 11:33:41 +02:00
parent cfe7ad203a
commit 41d6ae8f41
No known key found for this signature in database
GPG key ID: E3FDFF218E45B72B
5 changed files with 71 additions and 0 deletions

View file

@ -2129,6 +2129,8 @@ parse_list_options(char *str)
N_("show preferences")},
{"show-ownertrust", LIST_SHOW_OWNERTRUST, NULL,
N_("show ownertrust")},
{"show-trustsig", LIST_SHOW_TRUSTSIG, NULL,
N_("show trust signature information")},
{"show-only-fpr-mbox",LIST_SHOW_ONLY_FPR_MBOX, NULL,
NULL},
{"sort-sigs", LIST_SORT_SIGS, NULL,