mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-13 08:12:02 +01:00
Autolink on send
This commit is contained in:
@@ -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"))) {
|
||||
|
||||
Reference in New Issue
Block a user