From a891e55f15a37ae005698c7c1fc124d1b15cda85 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 21 Aug 2024 11:26:34 +0200 Subject: w32: Add two more registry entries for use with -X * tools/gpgconf.c (show_other_registry_entries): Add entries. --- tools/gpgconf.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/gpgconf.c b/tools/gpgconf.c index 2b99a9479..028364dd9 100644 --- a/tools/gpgconf.c +++ b/tools/gpgconf.c @@ -1412,6 +1412,8 @@ show_other_registry_entries (estream_t outfp) { 3, "splitBCCMails" }, { 3, "combinedOpsEnabled" }, { 3, "encryptSubject" }, + { 3, "noSaveBeforeDecrypt" }, + { 3, "closeOnUnknownWriteEvent" }, { 0, NULL } }; int idx; -- cgit v1.2.3