summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2005-10-11 21:06:21 +0000
committerthomascube <thomas@roundcube.net>2005-10-11 21:06:21 +0000
commit49afbf5d698eb7d57ae10a553b6dcb14117727dd (patch)
treef93d055e2a5b07364048be9e7b0f7cd2a4850962 /UPGRADING
parent8884477e91e8b9e90b23440e0e82e4d455f39a17 (diff)
Better support for Courier IMAP
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index cbbcdcd23..4ad188de7 100644
--- a/UPGRADING
+++ b/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;