Workaround Outlook issue

pull/213/head
M66B 1 year ago
parent abcf472476
commit 0194a40e3f

@ -2263,7 +2263,7 @@ class Core {
: ifolder.search(new MessageIDTerm(message.msgid));
// Fallback
if (false)
if (account.isOutlook())
if (imessages == null || imessages.length == 0)
try {
// Needed for Outlook

Loading…
Cancel
Save