plugins/kolab_folders

Aleksander Machniak machniak at kolabsys.com
Thu Oct 25 15:53:17 CEST 2012


 plugins/kolab_folders/config.inc.php.dist |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 12e2d2ea4a2cdebdcc153cfba643cf8fc0d7eef2
Author: Aleksander Machniak <machniak at kolabsys.com>
Date:   Thu Oct 25 15:52:46 2012 +0200

    Add option to create default folders of type file and freebusy

diff --git a/plugins/kolab_folders/config.inc.php.dist b/plugins/kolab_folders/config.inc.php.dist
index e393684..ffa1e15 100644
--- a/plugins/kolab_folders/config.inc.php.dist
+++ b/plugins/kolab_folders/config.inc.php.dist
@@ -18,6 +18,10 @@ $rcmail_config['kolab_folders_task_default'] = '';
 $rcmail_config['kolab_folders_note_default'] = '';
 // Default Journal folder
 $rcmail_config['kolab_folders_journal_default'] = '';
+// Default Files folder
+$rcmail_config['kolab_folders_file_default'] = '';
+// Default FreeBusy folder
+$rcmail_config['kolab_folders_freebusy_default'] = '';
 
 // INBOX folder
 $rcmail_config['kolab_folders_mail_inbox'] = '';





More information about the commits mailing list