diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2015-12-23 21:59:31 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2015-12-23 21:59:31 +0100 |
commit | 737ee6fa3362e9a403c62d4724159d323a1fef5d (patch) | |
tree | 55a214d930ebd81ebfa16dfde6ec60c62b80441c /conf | |
parent | 8051d0e551cbb72667282f82ffd6086323afc400 (diff) | |
download | pykolab-737ee6fa3362e9a403c62d4724159d323a1fef5d.tar.gz |
Remove .default suffix from /shared/vendor/kolab/folder-type annotation on Configuration
Diffstat (limited to 'conf')
-rw-r--r-- | conf/kolab.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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': { |