Use appended uid if available

This commit is contained in:
M66B 2021-03-13 07:59:40 +01:00
parent 4a746a458c
commit f4b6b337be
1 changed files with 1 additions and 1 deletions

View File

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