mirror of
https://github.com/chatmail/core.git
synced 2026-04-19 22:46:29 +03:00
chore: fix compiler warnings
This commit is contained in:
@@ -643,7 +643,7 @@ impl MimeMessage {
|
||||
.parts
|
||||
.iter_mut()
|
||||
.find(|part| !part.msg.is_empty() && !part.is_reaction);
|
||||
if let Some(mut part) = part_with_text {
|
||||
if let Some(part) = part_with_text {
|
||||
part.msg = format!("{} – {}", subject, part.msg);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user