mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Inline language recognition
This commit is contained in:
@@ -422,8 +422,9 @@ public class EntityRule {
|
||||
Helper.writeText(file, body);
|
||||
db.message().setMessageContent(reply.id,
|
||||
true,
|
||||
HtmlHelper.getLanguage(context, body),
|
||||
false,
|
||||
HtmlHelper.getPreview(file),
|
||||
HtmlHelper.getPreview(body),
|
||||
null);
|
||||
|
||||
EntityOperation.queue(context, reply, EntityOperation.SEND);
|
||||
|
||||
Reference in New Issue
Block a user