mirror of
https://github.com/chatmail/core.git
synced 2026-04-18 22:16:30 +03:00
Use bool for Simplify members
This commit is contained in:
committed by
holger krekel
parent
64051fca10
commit
e3269616bd
@@ -1208,7 +1208,7 @@ unsafe fn dc_mimeparser_add_single_part_if_known(
|
||||
} else {
|
||||
free(simplified_txt as *mut libc::c_void);
|
||||
}
|
||||
if 0 != simplifier.unwrap().is_forwarded {
|
||||
if simplifier.unwrap().is_forwarded {
|
||||
mimeparser.is_forwarded = 1i32
|
||||
}
|
||||
current_block = 10261677128829721533;
|
||||
|
||||
Reference in New Issue
Block a user