Fix not to drop attachments

This commit is contained in:
iliajie
2023-06-25 16:52:10 +03:00
parent 80df962012
commit 6472213dcc

View File

@ -335,13 +335,6 @@ else {
"detach.cgi?user=$uuser&idx=$in{'idx'}&folder=$in{'folder'}$subs");
}
if ($in{'forward'} || $in{'enew'}) {
@attach = grep { $_ ne $body } @attach;
}
else {
undef(@attach);
}
# Show header
&mail_page_header(
$in{'forward'} || @mailforward ? $text{'forward_title'} :