mirror of
https://github.com/chatmail/core.git
synced 2026-05-14 04:16:30 +03:00
feat: receive_imf_inner: Add missing initialisation of ReceivedMsg::from_is_signed
This commit is contained in:
@@ -276,6 +276,8 @@ pub(crate) async fn receive_imf_inner(
|
|||||||
sort_timestamp: sent_timestamp,
|
sort_timestamp: sent_timestamp,
|
||||||
msg_ids: vec![msg_id],
|
msg_ids: vec![msg_id],
|
||||||
needs_delete_job: res == securejoin::HandshakeMessage::Done,
|
needs_delete_job: res == securejoin::HandshakeMessage::Done,
|
||||||
|
#[cfg(test)]
|
||||||
|
from_is_signed: mime_parser.from_is_signed,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
securejoin::HandshakeMessage::Propagate => {
|
securejoin::HandshakeMessage::Propagate => {
|
||||||
|
|||||||
Reference in New Issue
Block a user