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 get isOutbox => name == lowerCaseOutboxMailboxName || role == roleOutbox;
|
||||||
|
|
||||||
bool matchCountingRules() {
|
bool matchCountingRules() {
|
||||||
if (isSpam || isTrash || isDrafts || isTemplates || isSent) {
|
if (isTrash || isDrafts || isTemplates || isSent) {
|
||||||
return false;
|
return false;
|
||||||
} else {
|
} else {
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user