diff options
author | thomascube <thomas@roundcube.net> | 2005-10-11 21:06:21 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2005-10-11 21:06:21 +0000 |
commit | 49afbf5d698eb7d57ae10a553b6dcb14117727dd (patch) | |
tree | f93d055e2a5b07364048be9e7b0f7cd2a4850962 /UPGRADING | |
parent | 8884477e91e8b9e90b23440e0e82e4d455f39a17 (diff) |
Better support for Courier IMAP
Diffstat (limited to 'UPGRADING')
-rw-r--r-- | UPGRADING | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; |