update, remove the has_attachment field from the envelopes table.

This commit is contained in:
rustmailer
2026-03-26 21:53:19 +08:00
parent 3f11c5dbbf
commit 0914bf710e
9 changed files with 27 additions and 20 deletions
+1 -1
View File
@@ -390,7 +390,7 @@ pub async fn reattach_eml_content(
)
})?;
if !envelope.has_attachments() {
if !envelope.has_any_attachments() {
return Ok((envelope, restored_eml));
}