fix: send Autocrypt header in MDNs

Otherwise MDNs are attributed to address-contacts
rather than key-contacts.
This commit is contained in:
link2xt
2025-07-06 18:02:48 +00:00
committed by l
parent ebddabe958
commit c7fb64e2f3

View File

@@ -528,7 +528,7 @@ impl MimeFactory {
Loaded::Message { msg, .. } => {
msg.param.get_bool(Param::SkipAutocrypt).unwrap_or_default()
}
Loaded::Mdn { .. } => true,
Loaded::Mdn { .. } => false,
}
}