From 600b2da3d6e94cb4f0b78a82c66c6c324a8446ee Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Fri, 29 Oct 2010 04:39:53 +0300 Subject: modified: main.h modified: messages.cpp modified: options.cpp modified: utilities.cpp modified: utilities.h --- main.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main.h') 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 msgs_to_tag, msgs_to_ignore; + list msgs_to_tag, msgs_to_ignore, msgs_to_send; string key_in_prescense; }; extern std::map hcontact_data; +extern bool bAutoExchange; #endif -- cgit v1.2.3