Added logging

This commit is contained in:
M66B 2020-12-17 15:27:12 +01:00
parent 997a51fb70
commit 06d4c6dbda
1 changed files with 3 additions and 1 deletions

View File

@ -183,8 +183,10 @@ class Core {
throw new IllegalArgumentException("Invalid folder=" + folder.id + "/" + op.folder);
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;
}
// Fetch most recent copy of message
EntityMessage message = null;