mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Process operations on on demand sync
This commit is contained in:
@@ -2258,6 +2258,9 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
db.folder().setFolderError(folder.id, null);
|
||||
Log.i(folder.name + " connected");
|
||||
|
||||
// Process operations
|
||||
processOperations(account, folder, isession, istore, ifolder, new ServiceState());
|
||||
|
||||
// Synchronize messages
|
||||
synchronizeMessages(account, folder, (IMAPFolder) ifolder, folder.getSyncArgs(), new ServiceState());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user