mirror of
https://github.com/chatmail/core.git
synced 2026-04-28 10:56:29 +03:00
Pass is_html to Simplify.simplify() as bool
This commit is contained in:
committed by
holger krekel
parent
e3269616bd
commit
b7174783f1
@@ -1192,7 +1192,7 @@ unsafe fn dc_mimeparser_add_single_part_if_known(
|
||||
let simplified_txt = simplifier.unwrap().simplify(
|
||||
decoded_data,
|
||||
decoded_data_bytes as libc::c_int,
|
||||
if mime_type == 70i32 { 1i32 } else { 0i32 },
|
||||
mime_type == 70i32,
|
||||
is_msgrmsg,
|
||||
);
|
||||
if !simplified_txt.is_null()
|
||||
|
||||
Reference in New Issue
Block a user