TF-933 Handle selection email search result on desktop
This commit is contained in:
@@ -70,6 +70,8 @@ class PresentationMailbox with EquatableMixin {
|
||||
|
||||
bool get isSent => role == roleSent;
|
||||
|
||||
bool get isOutbox => role == roleOutbox;
|
||||
|
||||
bool matchCountingRules() {
|
||||
if (isSpam || isTrash || isDrafts || isTemplates || isSent) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user