1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-23 14:41:08 +00:00

Small fix

This commit is contained in:
M66B 2021-06-26 16:14:23 +02:00
parent d65e24066d
commit 9de9f89588

View file

@ -57,7 +57,7 @@ public class MessageClassifier {
private static final int MAX_WORDS = 1000;
static void classify(EntityMessage message, EntityFolder folder, EntityFolder target, Context context) {
static synchronized void classify(EntityMessage message, EntityFolder folder, EntityFolder target, Context context) {
try {
if (!isEnabled(context))
return;