TF-942 Re-normalizing variable names makes more sense
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user