mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Refactoring
This commit is contained in:
@@ -104,7 +104,8 @@ public class MessageClassifier {
|
||||
if (message.subject != null)
|
||||
sb.append(message.subject).append('\n');
|
||||
|
||||
sb.append(HtmlHelper.getFullText(file));
|
||||
String text = HtmlHelper.getFullText(file);
|
||||
sb.append(text);
|
||||
|
||||
if (sb.length() == 0)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user