mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +03:00
feat: do not send Autocrypt in MDNs
This commit is contained in:
@@ -546,7 +546,7 @@ impl MimeFactory {
|
|||||||
Loaded::Message { msg, .. } => {
|
Loaded::Message { msg, .. } => {
|
||||||
msg.param.get_bool(Param::SkipAutocrypt).unwrap_or_default()
|
msg.param.get_bool(Param::SkipAutocrypt).unwrap_or_default()
|
||||||
}
|
}
|
||||||
Loaded::Mdn { .. } => false,
|
Loaded::Mdn { .. } => true,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user