TF-2101 Add recover_deleted_messages to context_menu and trash view
(cherry picked from commit f2e96e4a7bedc0616e688976248c555bbe9605e5)
This commit is contained in:
@@ -35,7 +35,10 @@ mixin MailboxWidgetMixin {
|
||||
MailboxActions.openInNewTab,
|
||||
MailboxActions.newSubfolder,
|
||||
if (mailbox.isTrash)
|
||||
MailboxActions.emptyTrash
|
||||
...[
|
||||
MailboxActions.emptyTrash,
|
||||
MailboxActions.recoverDeletedMessages
|
||||
]
|
||||
else if (mailbox.isSpam)
|
||||
...[
|
||||
_mailboxActionForSpam(spamReportEnabled),
|
||||
|
||||
Reference in New Issue
Block a user