summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING1
1 files changed, 1 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index fecc37753..36736f04f 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -123,6 +123,7 @@ form version 0.1-beta
$rcmail_config['product_name'] = 'RoundCube Webmail';
$rcmail_config['read_when_deleted'] = TRUE;
$rcmail_config['enable_spellcheck'] = TRUE;
+ $rcmail_config['protect_default_folders'] = TRUE;
- replace the following line from /config/main.inc.php
@include($_SERVER['HTTP_HOST'].'.inc.php');
with