Skip to content

Commit f874a62

Browse files
committed
delimit Chat-Full-Message-ID with <> like other message ids.
1 parent fcdd28c commit f874a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mimefactory.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ impl MimeFactory {
10091009
{
10101010
unprotected_headers.push((
10111011
HeaderDef::ChatFullMessageId.get_headername(),
1012-
mail_builder::headers::raw::Raw::new(full_msg_rfc724_mid).into(),
1012+
mail_builder::headers::message_id::MessageId::new(full_msg_rfc724_mid).into(),
10131013
));
10141014
}
10151015

0 commit comments

Comments
 (0)