From 20ad98d168347ac30264af2109c84465f3a60b7b Mon Sep 17 00:00:00 2001 From: Hocuri Date: Thu, 11 Jun 2020 10:52:55 +0200 Subject: [PATCH] typo --- src/dc_receive_imf.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dc_receive_imf.rs b/src/dc_receive_imf.rs index 2aee485df..34d03dc10 100644 --- a/src/dc_receive_imf.rs +++ b/src/dc_receive_imf.rs @@ -406,12 +406,12 @@ async fn add_parts( .unwrap_or_default(); 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() { *chat_id = ChatId::new(DC_CHAT_ID_TRASH); info!( 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.", ); } }