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 /config/main.inc.php | |
parent | 20a1b3a0e1a46266b149a23562bb71680e666edb (diff) |
Minor bugfixes and correction of confusing License notfications
Diffstat (limited to 'config/main.inc.php')
-rw-r--r-- | config/main.inc.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/main.inc.php b/config/main.inc.php index 0e580318b..79bb96447 100644 --- a/config/main.inc.php +++ b/config/main.inc.php @@ -91,6 +91,9 @@ $rcmail_config['timezone'] = 1; // prefer displaying HTML messages $rcmail_config['prefer_html'] = TRUE; +// show pretty dates as standard +$rcmail_config['prettydate'] = TRUE; + // end of config file ?> |