diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-06-16 11:07:57 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-06-16 11:07:57 +0000 |
commit | 948f7a9e116fdd5c3adadca3f20a8c252e0d2b6a (patch) | |
tree | f6efe69cb74da04b9018786cdb98441db6730d03 /protocols/JabberG/src/jabber_db_utils.h | |
parent | aa68b0e80fa5e49ccffaab571eb4e0a7dba4a605 (diff) |
Jabber: Enable not notifying by default.
git-svn-id: http://svn.miranda-ng.org/main/trunk@4975 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/src/jabber_db_utils.h')
-rw-r--r-- | protocols/JabberG/src/jabber_db_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_db_utils.h b/protocols/JabberG/src/jabber_db_utils.h index 9695fe2380..09b48f557d 100644 --- a/protocols/JabberG/src/jabber_db_utils.h +++ b/protocols/JabberG/src/jabber_db_utils.h @@ -252,7 +252,7 @@ struct CJabberOptions GcLogConfig(proto, "GcLogConfig", FALSE),
GcLogRoles(proto, "GcLogRoles", FALSE),
GcLogStatuses(proto, "GcLogStatuses", FALSE),
- GcLogChatHistory(proto, "GcLogChatHistory", FALSE),
+ GcLogChatHistory(proto, "GcLogChatHistory", TRUE),
HostNameAsResource(proto, "HostNameAsResource", FALSE),
IgnoreMUCInvites(proto, "IgnoreMUCInvites", FALSE),
KeepAlive(proto, "KeepAlive", TRUE),
|