mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 11:55:20 +01:00
Prevent classification loop
This commit is contained in:
@@ -189,7 +189,7 @@ public class EntityOperation {
|
||||
autounflag = false;
|
||||
}
|
||||
|
||||
boolean auto_classified = false;
|
||||
boolean auto_classified = message.auto_classified;
|
||||
if (jargs.opt(2) != null) {
|
||||
auto_classified = jargs.getBoolean(2);
|
||||
jargs.remove(2);
|
||||
|
||||
Reference in New Issue
Block a user