diff options
Diffstat (limited to 'src/core/GpgContext.h')
-rw-r--r-- | src/core/GpgContext.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/GpgContext.h b/src/core/GpgContext.h index 384271a6..2ff87e6b 100644 --- a/src/core/GpgContext.h +++ b/src/core/GpgContext.h @@ -51,6 +51,8 @@ struct GpgContextInitArgs { std::string gpg_path = {}; bool test_mode = false; bool ascii = true; + bool offline_mode = false; + bool auto_import_missing_key = false; GpgContextInitArgs() = default; }; |