summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2007-05-18 13:29:11 +0000
committerthomascube <thomas@roundcube.net>2007-05-18 13:29:11 +0000
commit74b0a71721fab4a6ed0d84767a16dd8b0bac8abb (patch)
treefb6b674cde85b1a70464afc505fb4f6c86bec69d
parent006d4392871874365f08265fb091fc41e2870a8e (diff)
Update UPGRADING descriptionv0.1-rc1@582
-rw-r--r--UPGRADING5
1 files changed, 2 insertions, 3 deletions
diff --git a/UPGRADING b/UPGRADING
index 4dbec2c7e..4f4d0da01 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -13,10 +13,7 @@ from version 1.0-beta2
* run all commands in SQL/*.update.sql or re-initalize database with *.initial.sql
* add these lines to /config/main.inc.php
$rcmail_config['draft_autosave'] = 300;
- $rcmail_config['htmleditor'] = TRUE;
- $rcmail_config['preview_pane'] = TRUE;
$rcmail_config['date_today'] = 'H:i';
- $rcmail_config['double_auth'] = TRUE;
* If you have LDAP servers configured, change prop key 'mail_field'
to 'email_field' for each server confgured in /config/main.inc.php
@@ -36,6 +33,8 @@ form version 0.1-beta
$rcmail_config['read_when_deleted'] = TRUE;
$rcmail_config['enable_spellcheck'] = TRUE;
$rcmail_config['protect_default_folders'] = TRUE;
+ $rcmail_config['draft_autosave'] = 300;
+ $rcmail_config['date_today'] = 'H:i';
* replace the following line from /config/main.inc.php
@include($_SERVER['HTTP_HOST'].'.inc.php');
with