TF-1715 Load emails in favorite folder with filters
This commit is contained in:
@@ -34,6 +34,8 @@ extension PresentationMailboxExtension on PresentationMailbox {
|
||||
|
||||
bool get isSpam => role == PresentationMailbox.roleSpam || role == PresentationMailbox.roleJunk;
|
||||
|
||||
bool get isFavorite => role == PresentationMailbox.roleFavorite;
|
||||
|
||||
bool get isTrash => role == PresentationMailbox.roleTrash;
|
||||
|
||||
bool get isDrafts => role == PresentationMailbox.roleDrafts;
|
||||
|
||||
Reference in New Issue
Block a user