mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 00:23:09 +02:00
Small improvement
This commit is contained in:
@@ -102,7 +102,8 @@ public class ServiceSend extends ServiceBase {
|
||||
for (EntityOperation op : operations) {
|
||||
if (!handling.contains(op.id))
|
||||
process = true;
|
||||
ops.add(op.id);
|
||||
if (!EntityOperation.SYNC.equals(op.name))
|
||||
ops.add(op.id);
|
||||
}
|
||||
for (Long h : handling)
|
||||
if (!ops.contains(h))
|
||||
|
||||
Reference in New Issue
Block a user