mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +03:00
allow one additional boolean
the function is not complex and is only called once. refactoring that seems to be a bit too much effort and at least out of scope of this pr.
This commit is contained in:
@@ -877,6 +877,7 @@ impl MimeMessage {
|
|||||||
Ok(self.parts.len() > old_part_count)
|
Ok(self.parts.len() > old_part_count)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[allow(clippy::too_many_arguments)]
|
||||||
async fn do_add_single_file_part(
|
async fn do_add_single_file_part(
|
||||||
&mut self,
|
&mut self,
|
||||||
context: &Context,
|
context: &Context,
|
||||||
|
|||||||
Reference in New Issue
Block a user