I want to make an email messaging system like gmail have. I would like to have following option: Starred, Trash, Spam, Draft, Read, Unread. Right now I have the below following
in my structure, I set "deleted: bool" flag and depend on its value show message or hide.