mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-10-05 03:14:21 +08:00
Added folder hash comment for UNSEEN issue
This commit is contained in:
parent
95bcc29d59
commit
01d1d5d284
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ trait Status
|
||||||
$this->MESSAGES,
|
$this->MESSAGES,
|
||||||
$this->UIDNEXT,
|
$this->UIDNEXT,
|
||||||
$this->UIDVALIDITY,
|
$this->UIDVALIDITY,
|
||||||
|
// $this->UNSEEN, // undefined when SELECT/EXAMINE
|
||||||
$this->HIGHESTMODSEQ,
|
$this->HIGHESTMODSEQ,
|
||||||
$sClientHash,
|
$sClientHash,
|
||||||
\MailSo\Config::$MessageListPermanentFilter
|
\MailSo\Config::$MessageListPermanentFilter
|
||||||
|
|
Loading…
Add table
Reference in a new issue