mirror of https://github.com/M66B/FairEmail.git
Loglevel
This commit is contained in:
parent
0f6537b3c4
commit
83553c1a4d
|
@ -1663,7 +1663,7 @@ class Core {
|
|||
|
||||
// Some email servers are slow with adding sent messages
|
||||
if (retry)
|
||||
Log.w(folder.name + " EXISTS retry" +
|
||||
Log.e(folder.name + " EXISTS retry" +
|
||||
" found=" + (imessages == null ? null : imessages.length) +
|
||||
" host=" + account.host);
|
||||
else if (imessages == null || imessages.length == 0) {
|
||||
|
|
Loading…
Reference in New Issue