diff options
| author | Werner Koch <[email protected]> | 2025-04-29 09:33:41 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2025-04-29 09:33:41 +0000 |
| commit | 41d6ae8f41ededf0d0cc34649c96157581d67687 (patch) | |
| tree | 29fa695a81ccabc6ceeef9ae63ced2bd1ee2a8bb /g10/gpg.c | |
| parent | doc: Add missing whitespace gnupg7 manpage. (diff) | |
| download | gnupg-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.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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, |
