mirror of
https://github.com/chatmail/core.git
synced 2026-05-04 05:46:29 +03:00
another rustification of encrypt()
This commit is contained in:
@@ -56,7 +56,6 @@ pub fn new_custom_field(fields: *mut mailimf_fields, name: &str, value: &str) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
pub fn build_body_text(text: &str) -> Result<*mut mailmime, Error> {
|
||||
let mime_fields: *mut mailmime_fields;
|
||||
let message_part: *mut mailmime;
|
||||
|
||||
Reference in New Issue
Block a user