mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 23:06:32 +03:00
refactor(message): remove unsafe and c types from the Message api
This commit is contained in:
committed by
holger krekel
parent
1265016a55
commit
987f12740e
@@ -917,7 +917,7 @@ pub unsafe fn dc_mimefactory_render(context: &Context, factory: &mut MimeFactory
|
||||
.stock_str(StockMessage::EncryptedMsg)
|
||||
.into_owned()
|
||||
} else {
|
||||
to_string(factory.msg.get_summarytext(context, 32))
|
||||
factory.msg.get_summarytext(context, 32)
|
||||
};
|
||||
let p2 = factory
|
||||
.context
|
||||
|
||||
Reference in New Issue
Block a user