From 74b0a71721fab4a6ed0d84767a16dd8b0bac8abb Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 18 May 2007 09:29:11 -0400
Subject: [PATCH] Update UPGRADING description

---
 UPGRADING |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/UPGRADING b/UPGRADING
index 4dbec2c..4f4d0da 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -13,10 +13,7 @@
 * 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 @@
   $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 

--
Gitblit v1.9.1