mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 17:07:03 +03:00
Bugfix: "clear folder" was shown in wrong folder
This commit is contained in:
parent
4e45b56ea4
commit
48e8138764
1 changed files with 1 additions and 1 deletions
|
|
@ -663,7 +663,7 @@ export class MessageListMailBoxUserView extends AbstractViewRight {
|
||||||
!this.messageListSearchDesc() &&
|
!this.messageListSearchDesc() &&
|
||||||
!this.messageListError() &&
|
!this.messageListError() &&
|
||||||
!this.messageListEndThreadUid() &&
|
!this.messageListEndThreadUid() &&
|
||||||
MessageUserStore.list.length &&
|
MessageUserStore.list().length &&
|
||||||
(this.isSpamFolder() || this.isTrashFolder())
|
(this.isSpamFolder() || this.isTrashFolder())
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue