mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 06:27:02 +03:00
New thread list logic (step 1)
This commit is contained in:
parent
c73eb76816
commit
b656b6365b
10 changed files with 186 additions and 78 deletions
|
|
@ -62,6 +62,11 @@ class MessageCollection extends \MailSo\Base\Collection
|
|||
*/
|
||||
public $UidNext;
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
public $ThreadUid;
|
||||
|
||||
/**
|
||||
* @var array
|
||||
*/
|
||||
|
|
@ -108,8 +113,9 @@ class MessageCollection extends \MailSo\Base\Collection
|
|||
$this->Limit = 0;
|
||||
$this->Search = '';
|
||||
$this->UidNext = '';
|
||||
$this->ThreadUid = '';
|
||||
$this->NewMessages = array();
|
||||
|
||||
|
||||
$this->LastCollapsedThreadUids = array();
|
||||
|
||||
return $this;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue