mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Auto link before search highlighting
This commit is contained in:
@@ -270,6 +270,7 @@ public class ActivityEML extends ActivityBase {
|
||||
String html = result.parts.getHtml(context);
|
||||
if (html != null) {
|
||||
Document parsed = JsoupEx.parse(html);
|
||||
HtmlHelper.autoLink(parsed);
|
||||
Document document = HtmlHelper.sanitizeView(context, parsed, false);
|
||||
result.body = HtmlHelper.fromDocument(context, document, null, null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user