mirror of https://github.com/M66B/FairEmail.git
Skip declassification for neutral target folders
This commit is contained in:
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…
Reference in New Issue