diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-07-30 18:12:49 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-07-30 18:12:49 +0100 |
commit | 57dce51c66cfc7425041a3b841067cdc06540e6c (patch) | |
tree | da2962ff719834184a400e9766123ab88fd3ce57 /share/templates/roundcubemail | |
parent | ad1f621259f21382478037108edfd6b987729f24 (diff) | |
download | pykolab-57dce51c66cfc7425041a3b841067cdc06540e6c.tar.gz |
Update roundcube's main.inc.php to include the activesync plugin instead of the zpush plugin
Diffstat (limited to 'share/templates/roundcubemail')
-rw-r--r-- | share/templates/roundcubemail/main.inc.php.tpl | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/share/templates/roundcubemail/main.inc.php.tpl b/share/templates/roundcubemail/main.inc.php.tpl index 0d790b1..a3762d4 100644 --- a/share/templates/roundcubemail/main.inc.php.tpl +++ b/share/templates/roundcubemail/main.inc.php.tpl @@ -93,22 +93,17 @@ 'compose_addressbook', 'http_authentication', 'jqueryui', + 'kolab_activesync', 'kolab_addressbook', 'kolab_auth', 'kolab_core', 'kolab_config', 'kolab_folders', - 'kolab_zpush', 'listcommands', 'managesieve', 'newmail_notifier', 'odfviewer', -// 'owncloud', 'password', - - // Depends on sieverules - // 'quickrules', - 'redundant_attachments', 'tasklist', 'threading_as_default', |