Use invisible text for preview text

Like Gmail, Outlook and Apple do
This commit is contained in:
M66B
2024-05-09 17:58:33 +02:00
parent bfa347aa71
commit 12e79ce7e9
13 changed files with 26 additions and 26 deletions

View File

@@ -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);