mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fix to respect date format when listing mail
This commit is contained in:
@@ -1221,7 +1221,7 @@ foreach my $mail (@mail) {
|
||||
}
|
||||
|
||||
# Date and size columns
|
||||
push(@cols, &eucconv_and_escape(&simplify_date($mail->{'header'}->{'date'}, "ymd")));
|
||||
push(@cols, &eucconv_and_escape(&simplify_date($mail->{'header'}->{'date'})));
|
||||
push(@cols, &nice_size($mail->{'size'}, 1024));
|
||||
$rowtds[$#cols] .= " data-sort=".&parse_mail_date($mail->{'header'}->{'date'});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user