Fix to track email change time is something we need when moving mail around

This commit is contained in:
Ilia Ross
2025-10-18 00:00:38 +03:00
parent 410cdbd01b
commit 5b71274aa1

View File

@@ -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]*)$/) {