1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-12-22 10:19:57 +01:00

w32: Add two more registry entries for use with -X

* tools/gpgconf.c (show_other_registry_entries): Add entries.
This commit is contained in:
Werner Koch 2024-08-21 11:26:34 +02:00
parent 080fca9f94
commit a891e55f15
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

@ -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;