diff options
author | svncommit <devs@roundcube.net> | 2006-12-20 15:59:50 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2006-12-20 15:59:50 +0000 |
commit | 8c8b2a487ad8bade7c7ec4b4fb32b63237b6e0d3 (patch) | |
tree | 0d574bbfe435f9737df9adf9f2ae54a94c41f1d1 /config | |
parent | 04c61804f81a3ed839ef35e7fa70185f713498fd (diff) |
Allow 12 hour date to display for emails sent today (Doug Mandell).
Diffstat (limited to 'config')
-rw-r--r-- | config/main.inc.php.dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index fb227c461..490c62365 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -113,6 +113,9 @@ $rcmail_config['date_short'] = 'D H:i'; // use this format for detailed date/time formatting $rcmail_config['date_long'] = 'd.m.Y H:i'; +// use this format for today's date display +$rcmail_config['date_today'] = 'H:i'; + // add this user-agent to message headers when sending $rcmail_config['useragent'] = 'RoundCube Webmail/0.1b'; |