mirror of
https://github.com/chatmail/core.git
synced 2026-05-09 01:46:30 +03:00
Update src/message.rs
Co-authored-by: holger krekel <holger@merlinux.eu>
This commit is contained in:
@@ -1642,7 +1642,8 @@ pub(crate) async fn handle_ndn(
|
|||||||
if failed.rfc724_mid.is_empty() {
|
if failed.rfc724_mid.is_empty() {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
/// The NDN might be for a message-id that had attachments and was sent from a non-Delta Chat client.
|
||||||
|
/// In this case we need to mark multiple "msgids" as failed that all refer to the same message-id.
|
||||||
let msgs: Result<Vec<_>, _> = context
|
let msgs: Result<Vec<_>, _> = context
|
||||||
.sql
|
.sql
|
||||||
.query_map(
|
.query_map(
|
||||||
|
|||||||
Reference in New Issue
Block a user