Skip declassification for neutral target folders

pull/194/head
M66B 4 years ago
parent 21ab4b065d
commit d9c1ae91c0

@ -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

Loading…
Cancel
Save