mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 11:55:20 +01:00
Integrate experimental classifier
This commit is contained in:
@@ -229,6 +229,9 @@ public class EntityOperation {
|
||||
db.rule().deleteRule(rule.id);
|
||||
}
|
||||
|
||||
if (message.content)
|
||||
MessageClassifier.classify(message, false, context);
|
||||
|
||||
// Create copy without uid in target folder
|
||||
// Message with same msgid can be in archive
|
||||
if (message.uid != null &&
|
||||
|
||||
Reference in New Issue
Block a user