mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-09 10:33:41 +02:00
Reduced logging
This commit is contained in:
@@ -2945,7 +2945,7 @@ class Core {
|
||||
for (String name : local.keySet()) {
|
||||
EntityFolder folder = local.get(name);
|
||||
if (EntityFolder.INBOX.equals(folder.type)) {
|
||||
Log.e(account.host + " keep inbox");
|
||||
Log.w(account.host + " keep inbox");
|
||||
continue;
|
||||
}
|
||||
List<EntityFolder> childs = parentFolders.get(name);
|
||||
|
||||
Reference in New Issue
Block a user