TF-942 Re-normalizing variable names makes more sense

This commit is contained in:
dab246
2022-09-23 11:05:43 +07:00
committed by Dat H. Pham
parent ca7c7fda96
commit 1722543808
12 changed files with 53 additions and 53 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ class PresentationMailbox with EquatableMixin {
bool get isSent => role == roleSent;
bool get isOutbox => role == roleOutbox;
bool get isOutbox => name?.name == 'Outbox';
bool matchCountingRules() {
if (isSpam || isTrash || isDrafts || isTemplates || isSent) {