mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-21 13:47:04 +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
|
||||
if (!isTransient(account)) {
|
||||
if (!isTransient(account) && folder.synchronize) {
|
||||
Thread idler = new Thread(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
|
|
Loading…
Reference in a new issue