changeset a4e0dc06996f in /home/hg/repos/gajim

author: Yann Leboulanger <[email protected]>
branches: gajim_0.16
details:http://hg.gajim.org/gajim?cmd=changeset;node=a4e0dc06996f
description: enable carbons by default for newly created accounts

diffstat:

 src/common/config.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 04dca3223c2a -r a4e0dc06996f src/common/config.py
--- a/src/common/config.py      Tue Nov 11 16:03:26 2014 +0100
+++ b/src/common/config.py      Tue Nov 11 16:11:26 2014 +0100
@@ -411,7 +411,7 @@
                     'roster_version': [opt_str, ''],
                     'subscription_request_msg': [opt_str, '', _('Message that 
is sent to contacts you want to add')],
                     'last_archiving_time': [opt_str, '1970-01-01T00:00:00Z', 
_('Last time we syncronized with logs from server.')],
-                    'enable_message_carbons': [ opt_bool, False, _('If enabled 
and if server supports this feature, Gajim will receive messages sent and 
received by other resources.')],
+                    'enable_message_carbons': [ opt_bool, True, _('If enabled 
and if server supports this feature, Gajim will receive messages sent and 
received by other resources.')],
                     'ft_send_local_ips': [ opt_bool, True, _('If enabled, 
Gajim will send your local IPs so your contact can connect to your machine to 
transfer files.')],
                     'oauth2_refresh_token': [ opt_str, '', _('Latest token for 
Oauth2 authentication.')],
                     'oauth2_client_id': [ opt_str, '0000000044077801', 
_('client_id for Oauth2 authentication.')],
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to