From 74b0a71721fab4a6ed0d84767a16dd8b0bac8abb Mon Sep 17 00:00:00 2001 From: thomascube Date: Fri, 18 May 2007 13:29:11 +0000 Subject: Update UPGRADING description --- UPGRADING | 5 ++--- 1 file 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 -- cgit v1.2.3