mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +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)
|
||||
}
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
async fn do_add_single_file_part(
|
||||
&mut self,
|
||||
context: &Context,
|
||||
|
||||
Reference in New Issue
Block a user