mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Skip idle for transient accounts/folders
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user