TF-1710 Implement delete all spam emails action in search
(cherry picked from commit 34535eb0ee8899df283ae8fb4291027aea7b7924)
This commit is contained in:
@@ -294,6 +294,9 @@ class SearchMailboxController extends BaseMailboxController with MailboxActionHa
|
||||
case MailboxActions.emptyTrash:
|
||||
emptyTrashAction(context, mailbox, dashboardController);
|
||||
break;
|
||||
case MailboxActions.emptySpam:
|
||||
emptySpamAction(context, mailbox, dashboardController);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user