mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-29 03:05:31 +00:00
Fixed logging
This commit is contained in:
parent
6ff234f971
commit
a547de277f
1 changed files with 1 additions and 1 deletions
|
@ -1125,7 +1125,7 @@ class Core {
|
|||
|
||||
// Some providers do not list the new message yet
|
||||
try {
|
||||
Log.i(folder.name + " searching for added msgid=" + message.id);
|
||||
Log.i(folder.name + " searching for added msgid=" + message.msgid);
|
||||
Message[] imessages = findMsgId(context, account, ifolder, message.msgid);
|
||||
if (imessages != null) {
|
||||
Long found = null;
|
||||
|
|
Loading…
Reference in a new issue