summaryrefslogtreecommitdiff
path: root/roundcubemail/UPGRADING
diff options
context:
space:
mode:
authorroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2005-09-28 22:28:05 +0000
committerroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2005-09-28 22:28:05 +0000
commit63421e8191dd25c04b74ebcecdcd4231625a9ea9 (patch)
tree3d9f5045687d3f40fbdea8ccaf13d1c2e00bc2b7 /roundcubemail/UPGRADING
parenta54c76a1fc8917231c034ffc1938fe54b77b7c3d (diff)
Minor bugfixes and correction of confusing License notfications
git-svn-id: https://svn.roundcube.net/trunk@8 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/UPGRADING')
-rw-r--r--roundcubemail/UPGRADING9
1 files changed, 9 insertions, 0 deletions
diff --git a/roundcubemail/UPGRADING b/roundcubemail/UPGRADING
index 368f0480e..12664ae08 100644
--- a/roundcubemail/UPGRADING
+++ b/roundcubemail/UPGRADING
@@ -13,3 +13,12 @@ from versions 0.1-alpha and 0.1-20050811
$rcmail_config['trash_mbox'] = 'Trash';
$rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent', 'Junk', 'Trash');
$rcmail_config['prefer_html'] = TRUE;
+ $rcmail_config['prettydate'] = TRUE;
+
+
+from version 0.1-20050820
+----------------------------------------
+- replace all files in folder /program/
+- add these line to /config/main.inc.php
+ $rcmail_config['prettydate'] = TRUE;
+