Compare commits

...

1 Commits

Author SHA1 Message Date
link2xt
4d31be3165 feat: do not copy Chat-Version header into unprotected part 2025-10-02 11:19:00 +00:00

View File

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