mirror of
https://github.com/chatmail/core.git
synced 2026-04-05 23:22:11 +03:00
fix
This commit is contained in:
@@ -1076,7 +1076,7 @@ INSERT INTO msgs
|
||||
?, ?, ?, ?,
|
||||
?, ?, ?, ?,
|
||||
?, ?, ?, ?,
|
||||
?, ?
|
||||
?, ?, ?
|
||||
);
|
||||
"#,
|
||||
)?;
|
||||
@@ -1156,19 +1156,12 @@ INSERT INTO msgs
|
||||
part.error.take().unwrap_or_default(),
|
||||
ephemeral_timer,
|
||||
ephemeral_timestamp,
|
||||
<<<<<<< HEAD
|
||||
<<<<<<< HEAD
|
||||
if is_partial_download.is_some() {
|
||||
DownloadState::Available
|
||||
} else {
|
||||
DownloadState::Done
|
||||
},
|
||||
=======
|
||||
mime_parser.hop_info
|
||||
>>>>>>> 4fa0edcf (add hop info)
|
||||
=======
|
||||
mime_parser.hop_info
|
||||
>>>>>>> 3f8878fe7a756257dc6170712bc034d5b411ec3d
|
||||
])?;
|
||||
let row_id = conn.last_insert_rowid();
|
||||
|
||||
|
||||
@@ -287,7 +287,6 @@ impl MimeMessage {
|
||||
footer: None,
|
||||
is_mime_modified: false,
|
||||
decoded_data: Vec::new(),
|
||||
|
||||
hop_info: parse_receive_headers(&mail.get_headers()),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user