mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Resolve #247
This commit is contained in:
parent
97bc3ef585
commit
f11f16c23b
1 changed files with 1 additions and 1 deletions
|
|
@ -401,7 +401,7 @@ trait Messages
|
|||
|
||||
try
|
||||
{
|
||||
$this->MessageSetFlag(
|
||||
$this->MailClient()->MessageSetFlag(
|
||||
$this->GetActionParam('Folder', ''),
|
||||
empty($sThreadUids) ? new SequenceSet('1:*', false) : new SequenceSet(\explode(',', $sThreadUids)),
|
||||
MessageFlag::SEEN,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue