fix group email account keep unread

This commit is contained in:
Yuri Kuznetsov
2021-10-05 11:35:33 +03:00
parent 70499e504c
commit 54863ca6a4

View File

@@ -399,7 +399,6 @@ class InboundEmail extends RecordService implements
if ($emailAccount->get('keepFetchedEmailsUnread')) {
if (
is_array($flags) &&
count($flags) &&
empty($flags[Storage::FLAG_SEEN])
) {
unset($flags[Storage::FLAG_RECENT]);