Small improvement

This commit is contained in:
M66B 2020-03-09 12:17:18 +01:00
parent 75ee551b03
commit cbba039cf3
1 changed files with 3 additions and 1 deletions

View File

@ -165,8 +165,10 @@ class Core {
" group=" + group +
" retry=" + retry);
if (ifolder != null && !ifolder.isOpen())
if (ifolder != null && !ifolder.isOpen()) {
state.error(new FolderClosedException(ifolder));
break;
}
// Fetch most recent copy of message
EntityMessage message = null;