mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 03:15:39 +01:00
Use invisible text for preview text
Like Gmail, Outlook and Apple do
This commit is contained in:
@@ -177,7 +177,7 @@ public class MessageClassifier {
|
||||
if (message.subject != null)
|
||||
texts.add(message.subject);
|
||||
|
||||
String text = HtmlHelper.getFullText(file);
|
||||
String text = HtmlHelper.getFullText(file, false);
|
||||
if (text != null)
|
||||
texts.add(text);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user