Prevent crash

This commit is contained in:
M66B 2020-03-05 18:51:02 +01:00
parent c96f96f24b
commit a222187739
1 changed files with 1 additions and 1 deletions

View File

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