summaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'main.h')
-rw-r--r--main.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.h b/main.h
index 1cc67c9..6478467 100644
--- a/main.h
+++ b/main.h
@@ -18,11 +18,12 @@
struct contact_data
{
- list<string> msgs_to_tag, msgs_to_ignore;
+ list<string> msgs_to_tag, msgs_to_ignore, msgs_to_send;
string key_in_prescense;
};
extern std::map<HANDLE, contact_data> hcontact_data;
+extern bool bAutoExchange;
#endif