TF-153 Mark as spam when open email
This commit is contained in:
@@ -15,4 +15,6 @@ enum EmailActionType {
|
||||
deletePermanently,
|
||||
preview,
|
||||
selection,
|
||||
moveToSpam,
|
||||
unSpam,
|
||||
}
|
||||
@@ -59,6 +59,10 @@ class PresentationMailbox with EquatableMixin {
|
||||
|
||||
bool get isSpam => role == roleSpam;
|
||||
|
||||
bool get isTrash => role == roleTrash;
|
||||
|
||||
bool get isDrafts => role == roleDrafts;
|
||||
|
||||
@override
|
||||
List<Object?> get props => [
|
||||
id,
|
||||
|
||||
Reference in New Issue
Block a user