mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Guess scheme for outbound autolink
This commit is contained in:
@@ -926,7 +926,7 @@ public class MessageHelper {
|
||||
if (identity != null && send) {
|
||||
if (auto_link) {
|
||||
HtmlHelper.guessSchemes(document);
|
||||
HtmlHelper.autoLink(document);
|
||||
HtmlHelper.autoLink(document, true);
|
||||
}
|
||||
|
||||
if (!TextUtils.isEmpty(compose_font)) {
|
||||
|
||||
Reference in New Issue
Block a user