TF-80 Move email to Mailbox in Email Detailed view

This commit is contained in:
dab246
2021-09-21 01:26:50 +07:00
committed by Dat H. Pham
parent c227df8df2
commit afc8c0fe77
18 changed files with 222 additions and 16 deletions
+5
View File
@@ -0,0 +1,5 @@
enum MoveAction {
moveTo,
undo
}