mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 11:25:13 +01:00
Fixed edge case
This commit is contained in:
@@ -53,6 +53,6 @@ public class TupleAccountState extends EntityAccount {
|
||||
}
|
||||
|
||||
boolean shouldRun(boolean enabled) {
|
||||
return (isEnabled(enabled) || operations > 0);
|
||||
return (isEnabled(enabled) || (operations > 0 && synchronize));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user