diff options
author | alecpl <alec@alec.pl> | 2011-02-24 12:12:09 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-02-24 12:12:09 +0000 |
commit | 9b624ba1493786bf2a03a4bb5f6faa173736c899 (patch) | |
tree | ab588c89865bc5bbb0637c0b2ea06c99a890a23b /config/main.inc.php.dist | |
parent | 207cc0b9b3cfdfb29e4f02e83014320fd12eeb68 (diff) |
- Merge fixes from trunk
Diffstat (limited to 'config/main.inc.php.dist')
-rw-r--r-- | config/main.inc.php.dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index ea0092b0d..f00bfa8af 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -347,6 +347,7 @@ $rcmail_config['date_short'] = 'D H:i'; $rcmail_config['date_long'] = 'd.m.Y H:i'; // use this format for today's date display (date or strftime format) +// Note: $ character will be replaced with 'Today' label $rcmail_config['date_today'] = 'H:i'; // store draft message is this mailbox |