diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-01-10 12:12:16 +0000 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-01-10 12:12:16 +0000 |
commit | e8a9f77889fc1cf75dedbdda1febe799aafa2233 (patch) | |
tree | b6756b4f360d31289bb68f8df1992ef577887474 /share | |
parent | 165602c5f24ee847c213e579f5690c4cd11e1e3f (diff) | |
download | pykolab-e8a9f77889fc1cf75dedbdda1febe799aafa2233.tar.gz |
Add kolab_use_subscriptions setting to configuration template
Diffstat (limited to 'share')
-rw-r--r-- | share/templates/roundcubemail/kolab.inc.php.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/templates/roundcubemail/kolab.inc.php.tpl b/share/templates/roundcubemail/kolab.inc.php.tpl index 49cc50b..aa9fd0b 100644 --- a/share/templates/roundcubemail/kolab.inc.php.tpl +++ b/share/templates/roundcubemail/kolab.inc.php.tpl @@ -10,4 +10,6 @@ \$rcmail_config['kolab_ssl_verify_peer'] = false; + \$rcmail_config['kolab_use_subscriptions'] = true; + ?> |