feat: do not send Autocrypt in MDNs

This commit is contained in:
link2xt
2025-10-23 11:47:26 +00:00
committed by l
parent 89315b8ef2
commit a743ad9490

View File

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