mirror of
https://github.com/chatmail/core.git
synced 2026-05-21 15:56:30 +03:00
typo
This commit is contained in:
@@ -406,12 +406,12 @@ async fn add_parts(
|
|||||||
.unwrap_or_default();
|
.unwrap_or_default();
|
||||||
|
|
||||||
if chat_id.is_unset() {
|
if chat_id.is_unset() {
|
||||||
// check if the message belongs to a mailing list
|
// check if the message belongs to an NDN
|
||||||
if mime_parser.failed_msg.is_some() {
|
if mime_parser.failed_msg.is_some() {
|
||||||
*chat_id = ChatId::new(DC_CHAT_ID_TRASH);
|
*chat_id = ChatId::new(DC_CHAT_ID_TRASH);
|
||||||
info!(
|
info!(
|
||||||
context,
|
context,
|
||||||
"Message belongs to an NDN list and is not shown in a chat.",
|
"Message belongs to an NDN and is not shown in a chat.",
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user