Skip to content

Commit eddb410

Browse files
committed
Minor changes.
1 parent a55fbea commit eddb410

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/Webkul/Email/src/Repositories/EmailRepository.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ public function processInboundParseMail($content)
170170
]));
171171
} else {
172172
$this->update([
173+
'folders' => array_unique(array_merge($email->folders, ['inbox'])),
173174
'reference_ids' => array_merge($email->reference_ids ?? [], [$headers['message_id']]),
174175
], $email->id);
175176

0 commit comments

Comments
 (0)