mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fix to track email change time is something we need when moving mail around
This commit is contained in:
@@ -2594,6 +2594,7 @@ close(MAIL);
|
|||||||
local @st = stat($file);
|
local @st = stat($file);
|
||||||
$mail->{'size'} = $st[7];
|
$mail->{'size'} = $st[7];
|
||||||
$mail->{'time'} = $st[9];
|
$mail->{'time'} = $st[9];
|
||||||
|
$mail->{'ctime'} = $st[10];
|
||||||
|
|
||||||
# Set read flags based on the name
|
# Set read flags based on the name
|
||||||
if ($_[0] =~ /:2,([A-Za-z]*)$/) {
|
if ($_[0] =~ /:2,([A-Za-z]*)$/) {
|
||||||
|
|||||||
Reference in New Issue
Block a user