TF-1141 support counting in Spam
This commit is contained in:
committed by
Dat H. Pham
parent
d5d8921af2
commit
17074ee3c1
@@ -81,7 +81,7 @@ class PresentationMailbox with EquatableMixin {
|
||||
bool get isOutbox => name == lowerCaseOutboxMailboxName || role == roleOutbox;
|
||||
|
||||
bool matchCountingRules() {
|
||||
if (isSpam || isTrash || isDrafts || isTemplates || isSent) {
|
||||
if (isTrash || isDrafts || isTemplates || isSent) {
|
||||
return false;
|
||||
} else {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user