Display folders of type 'note' for selection to sync

This commit is contained in:
Aleksander Machniak 2014-03-15 15:19:24 +01:00
parent bf283d2fc2
commit 02a84b391f

View file

@ -95,7 +95,7 @@ class kolab_activesync_ui
$attrib['id'] = 'foldersubscriptions';
// group folders by type (show only known types)
$folder_groups = array('mail' => array(), 'contact' => array(), 'event' => array(), 'task' => array());
$folder_groups = array('mail' => array(), 'contact' => array(), 'event' => array(), 'task' => array(), 'note' => array());
$folder_types = kolab_storage::folders_typedata();
$imei = $this->device['_id'];
$subscribed = array();