TF-1710 Add EmptySpam action to mailbox action list
(cherry picked from commit 3b7e4d5ec8c622bbe81c0a46d51c193810b96e0b)
This commit is contained in:
@@ -42,7 +42,9 @@ mixin MailboxWidgetMixin {
|
||||
if (mailbox.getCountUnReadEmails().isNotEmpty)
|
||||
MailboxActions.markAsRead,
|
||||
if (mailbox.isTrash)
|
||||
MailboxActions.emptyTrash
|
||||
MailboxActions.emptyTrash,
|
||||
if (PlatformInfo.isWeb && mailbox.isSpam)
|
||||
MailboxActions.emptySpam,
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user