mirror of https://github.com/M66B/FairEmail.git
Fixed declassification
This commit is contained in:
parent
a59ddba2d5
commit
6a98be46dc
|
@ -999,7 +999,8 @@ class Core {
|
|||
throw new IllegalArgumentException("self");
|
||||
|
||||
// De-classify
|
||||
if (MessageClassifier.canClassify(folder.type))
|
||||
if (MessageClassifier.canClassify(folder.type) &&
|
||||
MessageClassifier.canClassify(target.type))
|
||||
for (EntityMessage message : messages)
|
||||
MessageClassifier.classify(message, false, context);
|
||||
|
||||
|
|
Loading…
Reference in New Issue