mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Autolink/guess outgoing messages
This commit is contained in:
@@ -924,8 +924,10 @@ public class MessageHelper {
|
||||
|
||||
// When sending message
|
||||
if (identity != null && send) {
|
||||
if (auto_link)
|
||||
if (auto_link) {
|
||||
HtmlHelper.guessSchemes(document);
|
||||
HtmlHelper.autoLink(document);
|
||||
}
|
||||
|
||||
if (!TextUtils.isEmpty(compose_font)) {
|
||||
List<Node> childs = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user