TF-314 Implement delete an email in EmailView
This commit is contained in:
@@ -13,5 +13,6 @@ enum EmailActionType {
|
||||
markAsSpam,
|
||||
delete,
|
||||
edit,
|
||||
composeFromEmailAddress
|
||||
composeFromEmailAddress,
|
||||
moveToTrash,
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
|
||||
enum MoveAction {
|
||||
moveTo,
|
||||
moveToTrash,
|
||||
undo
|
||||
}
|
||||
Reference in New Issue
Block a user