TF-1715 Load emails in favorite folder with filters
This commit is contained in:
@@ -21,6 +21,13 @@ mixin MailboxWidgetMixin {
|
||||
bool spamReportEnabled,
|
||||
bool deletedMessageVaultSupported
|
||||
) {
|
||||
if (mailbox.isFavorite) {
|
||||
return [
|
||||
if (PlatformInfo.isWeb)
|
||||
MailboxActions.openInNewTab,
|
||||
];
|
||||
}
|
||||
|
||||
return [
|
||||
if (PlatformInfo.isWeb)
|
||||
MailboxActions.openInNewTab,
|
||||
|
||||
Reference in New Issue
Block a user