mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-31 18:11:03 +01:00
Move de-classifying to core
This commit is contained in:
@@ -229,9 +229,6 @@ 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