summaryrefslogtreecommitdiff
path: root/plugins/New_GPG/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-03-21 12:32:50 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-03-21 12:32:50 +0300
commitd889d65d4b832259ae68f0e596aee75a0c139c8e (patch)
treeedec69174c01503825fe99e757502ead23bc81fc /plugins/New_GPG/src/stdafx.h
parent90a31cc69ee19b332410aa0f69692dc328625270 (diff)
NewGPG:
- fixes #2266 (New_GPG: вынести пункты плагина в подменю); - the rest of boolean options moved to CMOption<bool>; - custom window location storing code reimplemented using Util_SaveWindowPosition; - log generation code optimization; - version bump
Diffstat (limited to 'plugins/New_GPG/src/stdafx.h')
-rwxr-xr-xplugins/New_GPG/src/stdafx.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/New_GPG/src/stdafx.h b/plugins/New_GPG/src/stdafx.h
index b3dfcfe3f6..f049d155a9 100755
--- a/plugins/New_GPG/src/stdafx.h
+++ b/plugins/New_GPG/src/stdafx.h
@@ -72,7 +72,7 @@ using std::fstream;
struct CMPlugin : public PLUGIN<CMPlugin>
{
- CMOption<bool> bJabberAPI, bPresenceSigning, bFileTransfers, bAutoExchange, bSameAction;
+ CMOption<bool> bJabberAPI, bPresenceSigning, bFileTransfers, bAutoExchange, bSameAction, bAppendTags, bStripTags, bDebugLog;
CMPlugin();
@@ -86,7 +86,6 @@ struct CMPlugin : public PLUGIN<CMPlugin>
#include "constants.h"
#include "log.h"
#include "utilities.h"
-#include "main.h"
#include "gpg_wrapper.h"
#include "jabber_account.h"
#include "metacontacts.h"