mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 12:24:26 +01:00
Fixed send operation
This commit is contained in:
@@ -99,7 +99,7 @@ public class EntityOperation {
|
||||
operation.id = db.operation().insertOperation(operation);
|
||||
|
||||
Intent intent = new Intent();
|
||||
intent.setType("account/" + (message.account == null ? "outbox" : message.account));
|
||||
intent.setType("account/" + (SEND.equals(name) ? "outbox" : message.account));
|
||||
intent.setAction(ServiceSynchronize.ACTION_PROCESS_OPERATIONS);
|
||||
intent.putExtra("folder", message.folder);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user