TF-119 Filter messages with unread, attachments, starred
This commit is contained in:
@@ -90,6 +90,8 @@ class PresentationEmail with EquatableMixin {
|
||||
|
||||
bool isFlaggedEmail() => keywords?.containsKey(KeyWordIdentifier.emailFlagged) == true;
|
||||
|
||||
bool get withAttachments => hasAttachment == true;
|
||||
|
||||
String get mailboxName => mailboxNames?.first?.name ?? '';
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user