mirror of
https://github.com/chatmail/core.git
synced 2026-05-25 09:46:31 +03:00
cargo fmt
This commit is contained in:
@@ -1153,12 +1153,9 @@ unsafe fn dc_mimeparser_add_single_part_if_known(
|
||||
}
|
||||
if ok_to_continue {
|
||||
/* check header directly as is_send_by_messenger is not yet set up */
|
||||
let is_msgrmsg = (!dc_mimeparser_lookup_optional_field(
|
||||
&mimeparser,
|
||||
"Chat-Version",
|
||||
)
|
||||
.is_null())
|
||||
as libc::c_int;
|
||||
let is_msgrmsg =
|
||||
(!dc_mimeparser_lookup_optional_field(&mimeparser, "Chat-Version")
|
||||
.is_null()) as libc::c_int;
|
||||
|
||||
let simplified_txt = simplifier.unwrap().simplify(
|
||||
decoded_data,
|
||||
|
||||
Reference in New Issue
Block a user