aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpg.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2025-04-29 09:33:41 +0000
committerWerner Koch <[email protected]>2025-04-29 09:33:41 +0000
commit41d6ae8f41ededf0d0cc34649c96157581d67687 (patch)
tree29fa695a81ccabc6ceeef9ae63ced2bd1ee2a8bb /g10/gpg.c
parentdoc: Add missing whitespace gnupg7 manpage. (diff)
downloadgnupg-41d6ae8f41ededf0d0cc34649c96157581d67687.tar.gz
gnupg-41d6ae8f41ededf0d0cc34649c96157581d67687.zip
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.
Diffstat (limited to 'g10/gpg.c')
-rw-r--r--g10/gpg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/gpg.c b/g10/gpg.c
index db898c41d..d6c2372d8 100644
--- a/g10/gpg.c
+++ b/g10/gpg.c
@@ -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,