diff options
-rw-r--r-- | conf/kolab.conf | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/conf/kolab.conf b/conf/kolab.conf index 0725b19..f98dca9 100644 --- a/conf/kolab.conf +++ b/conf/kolab.conf @@ -254,11 +254,6 @@ autocreate_folders = { '/shared/vendor/kolab/folder-type': "configuration.default", }, }, - 'Drafts': { - 'annotations': { - '/private/vendor/kolab/folder-type': "mail.drafts", - }, - }, 'Contacts': { 'annotations': { '/private/vendor/kolab/folder-type': "contact.default", @@ -270,6 +265,16 @@ autocreate_folders = { '/shared/vendor/kolab/folder-type': "contact", }, }, + 'Drafts': { + 'annotations': { + '/private/vendor/kolab/folder-type': "mail.drafts", + }, + }, + 'Files': { + 'annotations': { + '/private/vendor/kolab/folder-type': "file.default", + }, + }, 'Journal': { 'annotations': { '/private/vendor/kolab/folder-type': "journal.default", |