TF-1715 Load emails in favorite folder with filters

This commit is contained in:
dab246
2025-10-30 15:50:19 +07:00
committed by Dat H. Pham
parent fc6cc5719b
commit 00324d4c56
17 changed files with 72 additions and 31 deletions
@@ -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,