Added logging

pull/190/head
M66B 4 years ago
parent 997a51fb70
commit 06d4c6dbda

@ -183,8 +183,10 @@ class Core {
throw new IllegalArgumentException("Invalid folder=" + folder.id + "/" + op.folder); throw new IllegalArgumentException("Invalid folder=" + folder.id + "/" + op.folder);
if (account.protocol == EntityAccount.TYPE_IMAP && if (account.protocol == EntityAccount.TYPE_IMAP &&
!folder.local && ifolder != null && !ifolder.isOpen()) !folder.local && ifolder != null && !ifolder.isOpen()) {
Log.w(folder.name + " is closed");
break; break;
}
// Fetch most recent copy of message // Fetch most recent copy of message
EntityMessage message = null; EntityMessage message = null;

Loading…
Cancel
Save