mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Added on demand sync setting
This commit is contained in:
@@ -49,7 +49,7 @@ public class TupleAccountState extends EntityAccount {
|
||||
}
|
||||
|
||||
boolean isEnabled(boolean enabled) {
|
||||
return (enabled && synchronize && folders > 0 && tbd == null);
|
||||
return (enabled && synchronize && !ondemand && folders > 0 && tbd == null);
|
||||
}
|
||||
|
||||
boolean shouldRun(boolean enabled) {
|
||||
|
||||
Reference in New Issue
Block a user