mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 01:46:34 +03:00
remove dead code
This commit is contained in:
@@ -478,7 +478,7 @@ impl<'a> MimeParser<'a> {
|
||||
/* eg. `report-type=delivery-status`;
|
||||
maybe we should show them as a little error icon */
|
||||
if let Some(first) = mail.subparts.iter().next() {
|
||||
any_part_added = self.parse_mime_recursive(mail)?;
|
||||
any_part_added = self.parse_mime_recursive(first)?;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user