summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-02-20 23:25:53 +0000
committerroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-02-20 23:25:53 +0000
commit071974fab95cba50b41220e7af510324dd035665 (patch)
treeccb6d29e5ca7cb6b4e8ce25153945736ddfcc567
parent7f6660caa147683bf48d9c0582e28b7d360ae6f3 (diff)
Updated UPGRADE instructions
git-svn-id: https://svn.roundcube.net/trunk@146 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/UPGRADING4
1 files changed, 4 insertions, 0 deletions
diff --git a/roundcubemail/UPGRADING b/roundcubemail/UPGRADING
index 21512c138..47771dbc2 100644
--- a/roundcubemail/UPGRADING
+++ b/roundcubemail/UPGRADING
@@ -24,6 +24,7 @@ from versions 0.1-alpha and 0.1-20050811
$rcmail_config['message_sort_order'] = 'DESC';
$rcmail_config['log_dir'] = 'logs/';
$rcmail_config['temp_dir'] = 'temp/';
+ $rcmail_config['message_cache_lifetime'] = '10d';
- replace database properties (db_type, db_host, db_user, db_pass, $d_name)
in /config/db.inc.php with the following line:
$rcmail_config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcubemail';
@@ -47,6 +48,7 @@ from version 0.1-20050820
$rcmail_config['message_sort_order'] = 'DESC';
$rcmail_config['log_dir'] = 'logs/';
$rcmail_config['temp_dir'] = 'temp/';
+ $rcmail_config['message_cache_lifetime'] = '10d';
- replace database properties (db_type, db_host, db_user, db_pass, $d_name)
in /config/db.inc.php with the following line:
$rcmail_config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcubemail';
@@ -68,6 +70,7 @@ from version 0.1-20051007
$rcmail_config['message_sort_order'] = 'DESC';
$rcmail_config['log_dir'] = 'logs/';
$rcmail_config['temp_dir'] = 'temp/';
+ $rcmail_config['message_cache_lifetime'] = '10d';
- add these lines to /config/db.inc.php
$rcmail_config['db_max_length'] = 512000;
$rcmail_config['db_sequence_user_ids'] = 'user_ids';
@@ -89,6 +92,7 @@ from version 0.1-20051021
$rcmail_config['message_sort_order'] = 'DESC';
$rcmail_config['log_dir'] = 'logs/';
$rcmail_config['temp_dir'] = 'temp/';
+ $rcmail_config['message_cache_lifetime'] = '10d';
- add these lines to /config/db.inc.php
$rcmail_config['db_max_length'] = 512000;
$rcmail_config['db_sequence_user_ids'] = 'user_ids';