Compare commits

...

1 Commits

Author SHA1 Message Date
link2xt
72cde739ae feat: encrypt Autocrypt header 2024-11-02 16:59:01 +00:00

View File

@@ -743,8 +743,6 @@ impl MimeFactory {
hidden_headers.push(header);
} else if header_name == "chat-user-avatar" {
hidden_headers.push(header);
} else if header_name == "autocrypt" {
unprotected_headers.push(header.clone());
} else if header_name == "from" {
// Unencrypted securejoin messages should _not_ include the display name:
if is_encrypted || !is_securejoin_message {