1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-28 00:35:58 +00:00

Small improvement

This commit is contained in:
M66B 2019-12-12 12:31:18 +01:00
parent 8b4a316592
commit 6adead5905

View file

@ -102,7 +102,8 @@ public class ServiceSend extends ServiceBase {
for (EntityOperation op : operations) { for (EntityOperation op : operations) {
if (!handling.contains(op.id)) if (!handling.contains(op.id))
process = true; process = true;
ops.add(op.id); if (!EntityOperation.SYNC.equals(op.name))
ops.add(op.id);
} }
for (Long h : handling) for (Long h : handling)
if (!ops.contains(h)) if (!ops.contains(h))