mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 17:13:38 +08: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.messageListError() &&
|
||||
!this.messageListEndThreadUid() &&
|
||||
MessageUserStore.list.length &&
|
||||
MessageUserStore.list().length &&
|
||||
(this.isSpamFolder() || this.isTrashFolder())
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue