diff options
-rw-r--r-- | tools/gpgconf.c | 2 |
1 files changed, 2 insertions, 0 deletions
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; |