summaryrefslogtreecommitdiff
path: root/roundcubemail/UPGRADING
diff options
context:
space:
mode:
authorroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2005-10-11 21:06:21 +0000
committerroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2005-10-11 21:06:21 +0000
commitf5050a3e1f1e3dfabc03e6f02263c7d0d656e76d (patch)
tree0e76460a12fd9496546bbfa4f11e8fe99a062370 /roundcubemail/UPGRADING
parent07243c3109abd1d3d50752092628b5a094452907 (diff)
Better support for Courier IMAP
git-svn-id: https://svn.roundcube.net/trunk@24 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/UPGRADING')
-rw-r--r--roundcubemail/UPGRADING4
1 files changed, 4 insertions, 0 deletions
diff --git a/roundcubemail/UPGRADING b/roundcubemail/UPGRADING
index cbbcdcd23..4ad188de7 100644
--- a/roundcubemail/UPGRADING
+++ b/roundcubemail/UPGRADING
@@ -8,7 +8,9 @@ of RoundCube Webmail.
from versions 0.1-alpha and 0.1-20050811
----------------------------------------
+- replace index.php
- replace all files in folder /program/
+- replace all files in folder /skins/default/
- rund SQL queries in order to update the database
- add these line to /config/main.inc.php
$rcmail_config['trash_mbox'] = 'Trash';
@@ -24,7 +26,9 @@ from versions 0.1-alpha and 0.1-20050811
from version 0.1-20050820
----------------------------------------
+- replace index.php
- replace all files in folder /program/
+- replace all files in folder /skins/default/
- rund SQL queries in order to update the database
- add these line to /config/main.inc.php
$rcmail_config['prettydate'] = TRUE;