mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 22:21:18 +00:00
Skip idle for transient accounts/folders
This commit is contained in:
parent
bc9edd087b
commit
8a08e31b08
1 changed files with 1 additions and 1 deletions
|
@ -1288,7 +1288,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
||||||
});
|
});
|
||||||
|
|
||||||
// Idle folder
|
// Idle folder
|
||||||
if (!isTransient(account)) {
|
if (!isTransient(account) && folder.synchronize) {
|
||||||
Thread idler = new Thread(new Runnable() {
|
Thread idler = new Thread(new Runnable() {
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
|
|
Loading…
Reference in a new issue