share/templates

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Fri Aug 23 11:01:54 CEST 2013


 share/templates/roundcubemail/config.inc.php.tpl |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 36d033bd6203c574f7b6e43ef8fbdabf10249f44
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Fri Aug 23 11:01:41 2013 +0200

    Adjust the default folders created

diff --git a/share/templates/roundcubemail/config.inc.php.tpl b/share/templates/roundcubemail/config.inc.php.tpl
index 94fdf02..4ec3469 100644
--- a/share/templates/roundcubemail/config.inc.php.tpl
+++ b/share/templates/roundcubemail/config.inc.php.tpl
@@ -131,7 +131,11 @@
     \$config['log_dir'] = 'logs/';
     \$config['temp_dir'] = '/var/lib/roundcubemail/';
 
+    // Some additional default folders (archive plugin)
     \$config['archive_mbox'] = 'Archive';
+    // The Kolab daemon by default creates 'Spam'
+    \$config['junk_mbox'] = 'Spam';
+    \$config['default_folders'] = array('INBOX', 'Drafts', 'Sent', 'Spam', 'Trash', 'Archive');
 
     \$config['address_book_type'] = 'ldap';
     \$config['autocomplete_min_length'] = 3;




More information about the commits mailing list