mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 14:41:08 +00:00
Small fix
This commit is contained in:
parent
d65e24066d
commit
9de9f89588
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue