summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2006-08-04 12:10:34 +0000
committerthomascube <thomas@roundcube.net>2006-08-04 12:10:34 +0000
commitfa4cd20fb14c087c80e6a9cde11df17d46e07566 (patch)
tree302691dc640112ce395f0bfd8522290504727cb2 /config
parentc4e7e4f8221f7eb229c1186729424e9ce6ccee16 (diff)
Several bugfixes; see CHANGELOG for details
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index f679d1014..2f79bd8e8 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -137,7 +137,8 @@ $rcmail_config['sent_mbox'] = 'Sent';
// leave blank if they should be deleted directly
$rcmail_config['trash_mbox'] = 'Trash';
-// display these folders separately in the mailbox list
+// display these folders separately in the mailbox list.
+// these folders will automatically be created if they do not exist
$rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent', 'Junk', 'Trash');
// protect the default folders from renames, deletes, and subscription changes