diff --git a/src/mimefactory.rs b/src/mimefactory.rs index 0aa0b90b4..2e415d87f 100644 --- a/src/mimefactory.rs +++ b/src/mimefactory.rs @@ -924,9 +924,7 @@ impl<'a> MimeFactory<'a> { let mut meta_part = None; let send_verified_headers = match chat.typ { - // In single chats, the protection status isn't necessarily the same for both sides, - // so we don't send the Chat-Verified header: - Chattype::Single => false, + Chattype::Single => true, Chattype::Group => true, // Mailinglists and broadcast lists can actually never be verified: Chattype::Mailinglist => false,