mirror of
https://github.com/chatmail/core.git
synced 2026-05-01 20:36:31 +03:00
start reworking context references and smtp, imap
This commit is contained in:
@@ -115,7 +115,7 @@ pub unsafe fn dc_lot_fill(
|
||||
mut msg: *const dc_msg_t,
|
||||
mut chat: *const dc_chat_t,
|
||||
mut contact: *const dc_contact_t,
|
||||
mut context: *mut dc_context_t,
|
||||
mut context: &dc_context_t,
|
||||
) {
|
||||
if lot.is_null() || (*lot).magic != 0x107107i32 as libc::c_uint || msg.is_null() {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user