mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
Improvements of message displaying (internal styles)
This commit is contained in:
parent
0bba7146a6
commit
4457cdbc23
46 changed files with 1967 additions and 359 deletions
|
|
@ -73,9 +73,9 @@ class MessageCollection extends \MailSo\Base\Collection
|
|||
public $NewMessages;
|
||||
|
||||
/**
|
||||
* @var array
|
||||
* @var bool
|
||||
*/
|
||||
public $LastCollapsedThreadUids;
|
||||
public $Filtered;
|
||||
|
||||
/**
|
||||
* @access protected
|
||||
|
|
@ -116,7 +116,7 @@ class MessageCollection extends \MailSo\Base\Collection
|
|||
$this->ThreadUid = '';
|
||||
$this->NewMessages = array();
|
||||
|
||||
$this->LastCollapsedThreadUids = array();
|
||||
$this->Filtered = false;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue