mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Skip classifying hidden messages
This commit is contained in:
@@ -67,6 +67,9 @@ public class MessageClassifier {
|
||||
if (!folder.auto_classify_source)
|
||||
return;
|
||||
|
||||
if (message.ui_hide)
|
||||
return;
|
||||
|
||||
long start = new Date().getTime();
|
||||
|
||||
// Build text to classify
|
||||
|
||||
Reference in New Issue
Block a user