Attachment flags aren't shown

This commit is contained in:
Jamie Cameron
2014-08-20 23:20:15 -07:00
parent b544e9fe5c
commit bef2f7b17f

View File

@@ -78,7 +78,6 @@ if (@error) {
for($i=$in{'start'}; $i<@mail && $i<$in{'start'}+$perpage; $i++) {
push(@showmail, $mail[$i]);
}
@hasattach = &mail_has_attachments(\@showmail, $folder);
# Show them
if (@mail) {