mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Interface fixes
This commit is contained in:
parent
bce1abd024
commit
3090b44dae
23 changed files with 388 additions and 248 deletions
|
|
@ -649,10 +649,10 @@
|
|||
{
|
||||
aResult.push('emptySubject');
|
||||
}
|
||||
if (1 < this.threadsLen())
|
||||
{
|
||||
aResult.push('hasChildrenMessage');
|
||||
}
|
||||
// if (1 < this.threadsLen())
|
||||
// {
|
||||
// aResult.push('hasChildrenMessage');
|
||||
// }
|
||||
if (this.hasUnseenSubMessage())
|
||||
{
|
||||
aResult.push('hasUnseenSubMessage');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue