Use appended uid if available

pull/194/head
M66B 5 years ago
parent 4a746a458c
commit f4b6b337be

@ -1032,7 +1032,7 @@ class Core {
} else { } else {
// Lookup added messages // Lookup added messages
int count = 0; int count = 0;
Long found = null; Long found = newuid;
while (found == null && count++ < FIND_RETRY_COUNT) { while (found == null && count++ < FIND_RETRY_COUNT) {
found = findUid(context, ifolder, message.msgid, false); found = findUid(context, ifolder, message.msgid, false);
if (found == null) if (found == null)

Loading…
Cancel
Save