aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpgconf.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2024-09-03 09:15:47 +0000
committerWerner Koch <[email protected]>2024-09-03 09:17:26 +0000
commitaac5a8f0083d640c574c16ea94051f0c8b55d678 (patch)
tree8f92216253c6095d2525e4ccf4840387a7b8a03a /tools/gpgconf.c
parentagent: Fix KEYTOCARD for the use case with loopback pinentry. (diff)
downloadgnupg-aac5a8f0083d640c574c16ea94051f0c8b55d678.tar.gz
gnupg-aac5a8f0083d640c574c16ea94051f0c8b55d678.zip
gpgconf: Add missing linefeed to the -X output.
* tools/gpgconf.c (show_registry_entries_from_file): Add missing LF.
Diffstat (limited to 'tools/gpgconf.c')
-rw-r--r--tools/gpgconf.c12
1 files changed, 11 insertions, 1 deletions
diff --git a/tools/gpgconf.c b/tools/gpgconf.c
index 554b011e5..08d1dc87d 100644
--- a/tools/gpgconf.c
+++ b/tools/gpgconf.c
@@ -1525,6 +1525,16 @@ show_other_registry_entries (estream_t outfp)
{ 3, "combinedOpsEnabled" },
{ 3, "encryptSubject" },
{ 0, NULL }
+ /* We should add the following key but also hide unset ones.:
+ * "smimeNoCertSigErr"
+ * "smimeHtmlWarnShown"
+ * "alwaysShowApproval"
+ * "syncDec"
+ * "syncEnc"
+ * "draftEnc"
+ * "draftKey"
+ * Or we just interate over the GpgOL keys.
+ */
};
int idx;
int group = 0;
@@ -1625,7 +1635,7 @@ show_registry_entries_from_file (estream_t outfp)
if (!any)
{
any = 1;
- es_fprintf (outfp, "Taken from gpgconf.rnames:\n");
+ es_fprintf (outfp, "\nTaken from gpgconf.rnames:\n");
}
es_fprintf (outfp, " %s\n ->%s<-%s\n", line, value,