mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 17:13:23 +02:00
Reset outbox errors
This commit is contained in:
@@ -1600,6 +1600,7 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
LocalBroadcastManager lbm = LocalBroadcastManager.getInstance(ServiceSynchronize.this);
|
||||
lbm.registerReceiver(outboxReceiver, f);
|
||||
db.folder().setFolderState(outbox.id, "connected");
|
||||
db.folder().setFolderError(outbox.id, null);
|
||||
|
||||
lbm.sendBroadcast(new Intent(ACTION_PROCESS_OPERATIONS)
|
||||
.setType("account/outbox")
|
||||
|
||||
Reference in New Issue
Block a user