Commit c7d2f3b6 authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-897 Uncommented additionalFolders block in config.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 07d64ed1
...@@ -357,7 +357,7 @@ ...@@ -357,7 +357,7 @@
$additionalFolders = array( $additionalFolders = array(
// demo entry for the synchronization of contacts from the public folder. // demo entry for the synchronization of contacts from the public folder.
// uncomment (remove '/*' '*/') and fill in the folderid // uncomment (remove '/*' '*/') and fill in the folderid
/*
array( array(
'store' => "SYSTEM", 'store' => "SYSTEM",
'folderid' => "", 'folderid' => "",
...@@ -365,5 +365,5 @@ ...@@ -365,5 +365,5 @@
'type' => SYNC_FOLDER_TYPE_USER_CONTACT, 'type' => SYNC_FOLDER_TYPE_USER_CONTACT,
'readonly' => false, 'readonly' => false,
), ),
*/
); );
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment