Skip declassification for neutral target folders

This commit is contained in:
M66B 2021-02-01 15:59:08 +01:00
parent 21ab4b065d
commit d9c1ae91c0
1 changed files with 3 additions and 0 deletions

View File

@ -64,6 +64,9 @@ public class MessageClassifier {
if (!folder.auto_classify_source)
return;
if (target != null && !target.auto_classify_source)
return;
long start = new Date().getTime();
// Build text to classify