properly handle mua users

This commit is contained in:
Sebastian Klähn
2023-01-30 13:06:32 +01:00
parent 061fd1dd2d
commit 6529cfff03
2 changed files with 60 additions and 34 deletions

View File

@@ -724,7 +724,7 @@ impl MimeMessage {
}
/// Returns whether the email contains a `chat-version` header.
/// This indicates that the email is a DC-email from a chat.
/// This indicates that the email is a DC-email.
pub(crate) fn has_chat_version(&self) -> bool {
self.header.contains_key("chat-version")
}