mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 21:06:31 +03:00
don't always build new contact list
This commit is contained in:
@@ -57,6 +57,8 @@ pub struct MimeMessage {
|
||||
/// Whether the From address was repeated in the signed part
|
||||
/// (and we know that the signer intended to send from this address)
|
||||
pub from_is_signed: bool,
|
||||
/// The list post message is only set for messaging lists and is the address
|
||||
/// where users can send messages to which will be posted in the list
|
||||
pub list_post: Option<String>,
|
||||
pub chat_disposition_notification_to: Option<SingleInfo>,
|
||||
pub decryption_info: DecryptionInfo,
|
||||
|
||||
Reference in New Issue
Block a user