mirror of
https://github.com/rustmailer/bichon.git
synced 2026-08-03 07:48:34 +02:00
update, remove the has_attachment field from the envelopes table.
This commit is contained in:
@@ -390,7 +390,7 @@ pub async fn reattach_eml_content(
|
||||
)
|
||||
})?;
|
||||
|
||||
if !envelope.has_attachments() {
|
||||
if !envelope.has_any_attachments() {
|
||||
return Ok((envelope, restored_eml));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user