Prevent crash

pull/175/head
M66B 5 years ago
parent c96f96f24b
commit a222187739

@ -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

Loading…
Cancel
Save