1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-26 09:47:13 +00:00

Improved logging

This commit is contained in:
M66B 2022-04-02 09:57:45 +02:00
parent d38a2978f1
commit 56d1309fcd

View file

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