diff options
author | thomascube <thomas@roundcube.net> | 2005-09-28 22:28:05 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2005-09-28 22:28:05 +0000 |
commit | 30233b8dfb7fe5070dfa11b3e6d2015fb50aa769 (patch) | |
tree | 46cf5db699d97802e7c408c00a62e72dc22c640f /UPGRADING | |
parent | 20a1b3a0e1a46266b149a23562bb71680e666edb (diff) |
Minor bugfixes and correction of confusing License notfications
Diffstat (limited to 'UPGRADING')
-rw-r--r-- | UPGRADING | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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; + |