mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +03:00
fix: send Autocrypt header in MDNs
Otherwise MDNs are attributed to address-contacts rather than key-contacts.
This commit is contained in:
@@ -528,7 +528,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 { .. } => true,
|
Loaded::Mdn { .. } => false,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user