mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 01:36:55 +00:00
Reset outbox errors
This commit is contained in:
parent
416cbf24b9
commit
0b5a7be200
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue