diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-15 19:35:50 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-15 19:35:50 +0000 |
commit | c741ff02d98d9a2cea75cc326771fb674b7957ac (patch) | |
tree | d39f75afe3cc3b4db71e603af27d8256b824d89e | |
parent | 32a1817a1f27264f68c03940202c7d73c2318716 (diff) |
Chat history filtering is "off" by default now
git-svn-id: http://svn.miranda-ng.org/main/trunk@983 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | protocols/JabberG/jabber_db_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
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),
|