mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Prevent starting deleted accounts
This commit is contained in:
@@ -54,6 +54,6 @@ public class TupleAccountState extends EntityAccount {
|
||||
}
|
||||
|
||||
boolean shouldRun(boolean enabled) {
|
||||
return (isEnabled(enabled) || (operations > 0 && synchronize));
|
||||
return (isEnabled(enabled) || (operations > 0 && synchronize && tbd == null));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user