From c741ff02d98d9a2cea75cc326771fb674b7957ac Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sun, 15 Jul 2012 19:35:50 +0000 Subject: Chat history filtering is "off" by default now git-svn-id: http://svn.miranda-ng.org/main/trunk@983 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/JabberG/jabber_db_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/JabberG/jabber_db_utils.h b/protocols/JabberG/jabber_db_utils.h index f8196567a1..ae9a6c9781 100644 --- a/protocols/JabberG/jabber_db_utils.h +++ b/protocols/JabberG/jabber_db_utils.h @@ -249,7 +249,7 @@ struct CJabberOptions GcLogConfig(proto, "GcLogConfig", FALSE), GcLogRoles(proto, "GcLogRoles", FALSE), GcLogStatuses(proto, "GcLogStatuses", FALSE), - GcLogChatHistory(proto, "GcLogChatHistory", TRUE), + GcLogChatHistory(proto, "GcLogChatHistory", FALSE), HostNameAsResource(proto, "HostNameAsResource", FALSE), IgnoreMUCInvites(proto, "IgnoreMUCInvites", FALSE), KeepAlive(proto, "KeepAlive", TRUE), -- cgit v1.2.3