TF-4392 [Team Mailbox] Empty the team mailbox trash
This commit is contained in:
@@ -93,7 +93,9 @@ mixin MailboxWidgetMixin {
|
||||
if (mailbox.isSubscribedMailbox)
|
||||
MailboxActions.disableMailbox
|
||||
else
|
||||
MailboxActions.enableMailbox
|
||||
MailboxActions.enableMailbox,
|
||||
if (mailbox.isTrash && mailbox.myRights?.mayRemoveItems == true)
|
||||
MailboxActions.emptyTrash,
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user