mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 23:06:32 +03:00
check in heuristically_parse_ndn() that rfc724_mid_exists() so that we do not ignore emails because we erreneously thought that it was an ndn
This commit is contained in:
@@ -406,7 +406,6 @@ async fn add_parts(
|
||||
.unwrap_or_default();
|
||||
|
||||
if chat_id.is_unset() {
|
||||
// check if the message belongs to an NDN
|
||||
if mime_parser.failure_report.is_some() {
|
||||
*chat_id = ChatId::new(DC_CHAT_ID_TRASH);
|
||||
info!(
|
||||
|
||||
Reference in New Issue
Block a user