mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +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(),
|
part.error.take().unwrap_or_default(),
|
||||||
ephemeral_timer,
|
ephemeral_timer,
|
||||||
ephemeral_timestamp,
|
ephemeral_timestamp,
|
||||||
<<<<<<< HEAD
|
|
||||||
<<<<<<< HEAD
|
|
||||||
if is_partial_download.is_some() {
|
if is_partial_download.is_some() {
|
||||||
DownloadState::Available
|
DownloadState::Available
|
||||||
} else {
|
} else {
|
||||||
DownloadState::Done
|
DownloadState::Done
|
||||||
},
|
},
|
||||||
=======
|
|
||||||
mime_parser.hop_info
|
mime_parser.hop_info
|
||||||
>>>>>>> 4fa0edcf (add hop info)
|
|
||||||
=======
|
|
||||||
mime_parser.hop_info
|
|
||||||
>>>>>>> 3f8878fe7a756257dc6170712bc034d5b411ec3d
|
|
||||||
])?;
|
])?;
|
||||||
let row_id = conn.last_insert_rowid();
|
let row_id = conn.last_insert_rowid();
|
||||||
|
|
||||||
|
|||||||
@@ -287,7 +287,6 @@ impl MimeMessage {
|
|||||||
footer: None,
|
footer: None,
|
||||||
is_mime_modified: false,
|
is_mime_modified: false,
|
||||||
decoded_data: Vec::new(),
|
decoded_data: Vec::new(),
|
||||||
|
|
||||||
hop_info: parse_receive_headers(&mail.get_headers()),
|
hop_info: parse_receive_headers(&mail.get_headers()),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user