mirror of
https://github.com/chatmail/core.git
synced 2026-04-20 06:56:29 +03:00
fix msg info: message-id
This commit is contained in:
committed by
holger krekel
parent
8fb25a6340
commit
91fec77f4b
@@ -194,7 +194,7 @@ pub unsafe fn dc_get_msg_info(context: &Context, msg_id: u32) -> *mut libc::c_ch
|
||||
ret += &format!("\n{}\n", rawtxt);
|
||||
}
|
||||
if !(*msg).rfc724_mid.is_null() && 0 != *(*msg).rfc724_mid.offset(0) as libc::c_int {
|
||||
ret += &format!("\nMessage-ID: {}", (*msg).rfc724_mid as libc::c_int);
|
||||
ret += &format!("\nMessage-ID: {}", as_str((*msg).rfc724_mid));
|
||||
}
|
||||
if let Some(ref server_folder) = (*msg).server_folder {
|
||||
if server_folder != "" {
|
||||
|
||||
Reference in New Issue
Block a user