mirror of
https://github.com/webmin/webmin.git
synced 2025-07-20 16:48:46 +00:00
Fix not to drop attachments
This commit is contained in:
@ -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'} :
|
||||
|
Reference in New Issue
Block a user