From 737ee6fa3362e9a403c62d4724159d323a1fef5d Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" Date: Wed, 23 Dec 2015 21:59:31 +0100 Subject: Remove .default suffix from /shared/vendor/kolab/folder-type annotation on Configuration --- conf/kolab.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/kolab.conf b/conf/kolab.conf index a96edcd..34ce30d 100644 --- a/conf/kolab.conf +++ b/conf/kolab.conf @@ -81,7 +81,7 @@ autocreate_folders = { 'Configuration': { 'annotations': { '/private/vendor/kolab/folder-type': "configuration.default", - '/shared/vendor/kolab/folder-type': "configuration.default", + '/shared/vendor/kolab/folder-type': "configuration", }, }, 'Contacts': { -- cgit v1.1