TF-2094 add newSubFolder action to list action for default and personal mailbox
(cherry picked from commit 71eff81d71cb9dbb6ddf5a8d3114babb1e3a4271)
This commit is contained in:
@@ -38,6 +38,7 @@ mixin MailboxWidgetMixin {
|
||||
return [
|
||||
if (PlatformInfo.isWeb)
|
||||
MailboxActions.openInNewTab,
|
||||
MailboxActions.newSubfolder,
|
||||
if (mailbox.isSpam)
|
||||
_mailboxActionForSpam(spamReportEnabled),
|
||||
if (mailbox.countUnReadEmailsAsString.isNotEmpty)
|
||||
@@ -53,6 +54,7 @@ mixin MailboxWidgetMixin {
|
||||
return [
|
||||
if (PlatformInfo.isWeb && mailbox.isSubscribedMailbox)
|
||||
MailboxActions.openInNewTab,
|
||||
MailboxActions.newSubfolder,
|
||||
if (mailbox.countUnReadEmailsAsString.isNotEmpty)
|
||||
MailboxActions.markAsRead,
|
||||
MailboxActions.move,
|
||||
|
||||
Reference in New Issue
Block a user