Autolink on send

This commit is contained in:
M66B
2021-03-22 19:38:14 +01:00
parent fecd64c25c
commit 772eeb6400
2 changed files with 94 additions and 89 deletions

View File

@@ -623,6 +623,8 @@ public class MessageHelper {
// When sending message
if (identity != null && send) {
HtmlHelper.autoLink(document);
for (Element child : document.body().children())
if (!TextUtils.isEmpty(child.text()) &&
TextUtils.isEmpty(child.attr("fairemail"))) {