TF-1715 Disable Starred option in filter message in context menu

This commit is contained in:
dab246
2025-10-30 13:35:52 +07:00
committed by Dat H. Pham
parent e5e1d02ae9
commit becc9554a8
6 changed files with 46 additions and 29 deletions
@@ -30,6 +30,7 @@ class CleanAndGetEmailsInMailboxInteractor {
Properties? propertiesCreated,
Properties? propertiesUpdated,
bool getLatestChanges = true,
bool useCache = true,
}
) async* {
try {
@@ -46,6 +47,7 @@ class CleanAndGetEmailsInMailboxInteractor {
propertiesCreated: propertiesCreated,
propertiesUpdated: propertiesUpdated,
getLatestChanges: getLatestChanges,
useCache: useCache,
);
} catch (e) {
yield Left(CleanAndGetAllEmailFailure(e));