diff --git a/plugins/kolab_activesync/config.inc.php.dist b/plugins/kolab_activesync/config.inc.php.dist index 5d6aade2..20011256 100644 --- a/plugins/kolab_activesync/config.inc.php.dist +++ b/plugins/kolab_activesync/config.inc.php.dist @@ -1,7 +1,7 @@ not subscribed, 1 => subscribed, 2 => subscribed with alarm -$config['activesync_force_subscriptions'] = array('windowsoutlook15' => array('INBOX' => 1, 'Sent' => 1, 'Trash' => 1)); +$config['activesync_force_subscriptions'] = array('windowsoutlook15' => array('INBOX' => 1, 'Sent' => 1, 'Trash' => 1, 'Calendar' => 1, 'Contacts' => 1, 'Tasks' => 1));