cargo-fmt only

This commit is contained in:
holger krekel
2019-10-10 01:33:15 +02:00
parent d412ee6042
commit 4e36b35039

View File

@@ -600,9 +600,7 @@ unsafe fn add_parts(
let icnt = mime_parser.parts.len(); let icnt = mime_parser.parts.len();
let mut txt_raw = None; let mut txt_raw = None;
context context.sql.prepare(
.sql
.prepare(
"INSERT INTO msgs \ "INSERT INTO msgs \
(rfc724_mid, server_folder, server_uid, chat_id, from_id, to_id, timestamp, \ (rfc724_mid, server_folder, server_uid, chat_id, from_id, to_id, timestamp, \
timestamp_sent, timestamp_rcvd, type, state, msgrmsg, txt, txt_raw, param, \ timestamp_sent, timestamp_rcvd, type, state, msgrmsg, txt, txt_raw, param, \