summaryrefslogtreecommitdiff
path: root/roundcubemail/UPGRADING
diff options
context:
space:
mode:
authorrichs <richs@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-06-29 23:41:40 +0000
committerrichs <richs@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-06-29 23:41:40 +0000
commit46f595457a887d3f4ab4e9991bd64260ebccf58f (patch)
tree03b244edbf6793db2a277f24381111c7eb4ec68d /roundcubemail/UPGRADING
parent271af6a58c7d0e70253206423bcd0feaa47cd965 (diff)
Removeable attachments, Auto-default folder creation, bug fixes
git-svn-id: https://svn.roundcube.net/trunk@269 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/UPGRADING')
-rw-r--r--roundcubemail/UPGRADING1
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/UPGRADING b/roundcubemail/UPGRADING
index fecc37753..36736f04f 100644
--- a/roundcubemail/UPGRADING
+++ b/roundcubemail/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