Display folders of type 'note' for selection to sync
This commit is contained in:
parent
bf283d2fc2
commit
02a84b391f
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ class kolab_activesync_ui
|
||||||
$attrib['id'] = 'foldersubscriptions';
|
$attrib['id'] = 'foldersubscriptions';
|
||||||
|
|
||||||
// group folders by type (show only known types)
|
// 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();
|
$folder_types = kolab_storage::folders_typedata();
|
||||||
$imei = $this->device['_id'];
|
$imei = $this->device['_id'];
|
||||||
$subscribed = array();
|
$subscribed = array();
|
||||||
|
|
Loading…
Add table
Reference in a new issue