diff options
Diffstat (limited to 'templates/webmail')
-rw-r--r-- | templates/webmail/readmail.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/webmail/readmail.html.ep b/templates/webmail/readmail.html.ep index 79dbff7..8c2432a 100644 --- a/templates/webmail/readmail.html.ep +++ b/templates/webmail/readmail.html.ep @@ -18,7 +18,7 @@ %= $mail_fmt->('cc', $msg->{cc}) if !ref $msg->{cc} || @{ $msg->{cc} }; %= $mail_fmt->('bcc', $msg->{bcc}) if !ref $msg->{bcc} || @{ $msg->{cc} }; <dt> <%= uc l 'date' %> </dt> - <dd> <%= $msg->{date} %> </dd> + <dd> <%= $msg->{date_received} %> </dd> <dt> <%= uc l 'size' %> </dt> <dd> <%= print_sizes10 $msg->{size} %> </dd> <dt> <%= uc l 'content-type' %> </dt> |