1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-07 23:16:37 +00:00

Skip declassification for neutral target folders

This commit is contained in:
M66B 2021-02-01 15:59:08 +01:00
parent 21ab4b065d
commit d9c1ae91c0

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