mirror of
https://github.com/chatmail/core.git
synced 2026-04-29 11:26:29 +03:00
start reworking context references and smtp, imap
This commit is contained in:
@@ -5,8 +5,8 @@ use crate::types::*;
|
||||
|
||||
/* yes: uppercase */
|
||||
/* library private: key-history */
|
||||
pub unsafe fn dc_add_to_keyhistory(
|
||||
_context: *mut dc_context_t,
|
||||
pub fn dc_add_to_keyhistory(
|
||||
_context: &dc_context_t,
|
||||
_rfc724_mid: *const libc::c_char,
|
||||
_sending_time: time_t,
|
||||
_addr: *const libc::c_char,
|
||||
|
||||
Reference in New Issue
Block a user