Allow duplicate message IDs POP3/UIDL

This commit is contained in:
M66B 2022-04-01 20:26:08 +02:00
parent 8bc27c12b2
commit 635f542f9a
1 changed files with 1 additions and 1 deletions

View File

@ -2914,7 +2914,7 @@ class Core {
continue;
}
if (msgIdTuple.containsKey(msgid)) {
if (hasUidl ? uidlMsgId.containsKey(uidl) : msgIdTuple.containsKey(msgid)) {
_new = false;
Log.i(account.name + " POP having " + msgid + "/" + uidl);