aboutsummaryrefslogtreecommitdiffstats
path: root/g10/options.h
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/options.h
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/options.h')
-rw-r--r--g10/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h
index 89f04526f..c877404a7 100644
--- a/g10/options.h
+++ b/g10/options.h
@@ -463,6 +463,7 @@ EXTERN_UNLESS_MAIN_MODULE int memory_stat_debug_mode;
#define LIST_SHOW_X509_NOTATIONS (1<<17)
#define LIST_STORE_X509_NOTATIONS (1<<18)
#define LIST_SHOW_OWNERTRUST (1<<19)
+#define LIST_SHOW_TRUSTSIG (1<<20)
#define VERIFY_SHOW_PHOTOS (1<<0)
#define VERIFY_SHOW_POLICY_URLS (1<<1)