mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
Refactoring
This commit is contained in:
@@ -1415,7 +1415,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
||||
Collections.sort(folders, folders.get(0).getComparator(ServiceSynchronize.this));
|
||||
for (EntityFolder folder : folders)
|
||||
if (folder.poll ||
|
||||
!account.poll_exempted ||
|
||||
!account.isExempted(ServiceSynchronize.this) ||
|
||||
account.protocol == EntityAccount.TYPE_POP ||
|
||||
!BuildConfig.DEBUG)
|
||||
EntityOperation.poll(ServiceSynchronize.this, folder.id);
|
||||
|
||||
Reference in New Issue
Block a user