From 02a84b391f4b9986bc4cdda8574ec2653404efb7 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sat, 15 Mar 2014 15:19:24 +0100 Subject: [PATCH] Display folders of type 'note' for selection to sync --- plugins/kolab_activesync/kolab_activesync_ui.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/kolab_activesync/kolab_activesync_ui.php b/plugins/kolab_activesync/kolab_activesync_ui.php index 6dcdcaab..84c8b880 100644 --- a/plugins/kolab_activesync/kolab_activesync_ui.php +++ b/plugins/kolab_activesync/kolab_activesync_ui.php @@ -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();