mirror of
https://github.com/chatmail/core.git
synced 2026-04-25 09:26:30 +03:00
wip - use mmime instead of libetpan
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
use libc;
|
||||
|
||||
use crate::dc_contact::*;
|
||||
use crate::dc_key::*;
|
||||
use crate::dc_strbuilder::*;
|
||||
@@ -78,7 +76,7 @@ pub unsafe fn dc_aheader_new_from_imffields(
|
||||
cur = if !cur.is_null() {
|
||||
(*cur).next
|
||||
} else {
|
||||
0 as *mut clistcell_s
|
||||
0 as *mut clistcell
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user