mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Inline language recognition
This commit is contained in:
@@ -411,8 +411,9 @@ public class ServiceSend extends ServiceBase {
|
||||
Helper.writeText(file, body);
|
||||
db.message().setMessageContent(message.id,
|
||||
true,
|
||||
HtmlHelper.getLanguage(this, body),
|
||||
parts.isPlainOnly(),
|
||||
HtmlHelper.getPreview(file),
|
||||
HtmlHelper.getPreview(body),
|
||||
parts.getWarnings(message.warning));
|
||||
|
||||
EntityAttachment.copy(this, id, message.id);
|
||||
|
||||
Reference in New Issue
Block a user