Small improvement

pull/190/head
M66B 5 years ago
parent f1f08176bb
commit 3570247a65

@ -936,6 +936,7 @@ class Core {
// Some providers do not list the new message yet
Long found = findUid(ifolder, message.msgid, true);
if (found != null)
if (newuid == null)
newuid = found;
else if (!newuid.equals(found)) {

Loading…
Cancel
Save