mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 23:16:03 +00:00
fix group email account keep unread
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user