From fa4cd20fb14c087c80e6a9cde11df17d46e07566 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 04 Aug 2006 08:10:34 -0400
Subject: [PATCH] Several bugfixes; see CHANGELOG for details

---
 config/main.inc.php.dist |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index f679d10..2f79bd8 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -137,7 +137,8 @@
 // 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

--
Gitblit v1.9.1