feat: do not copy Chat-Version header into unprotected part

This commit is contained in:
link2xt
2024-11-05 17:53:50 +00:00
parent a668047f75
commit 4d31be3165

View File

@@ -1019,7 +1019,6 @@ impl MimeFactory {
| "in-reply-to"
| "references"
| "auto-submitted"
| "chat-version"
| "autocrypt-setup-message" => {
unprotected_headers.push(header.clone());
}