mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Loglevel
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user