mirror of
https://github.com/mt-mods/mail.git
synced 2025-07-15 18:56:47 -04:00
Add trash
This commit is contained in:
parent
fab6f1a1e5
commit
8844454775
9 changed files with 208 additions and 10 deletions
|
@ -11,5 +11,7 @@ function mail.show_mail_menu(playername, sortfield, sortdirection, filter)
|
|||
mail.show_outbox(playername, sortfield, sortdirection, filter)
|
||||
elseif index == 3 then
|
||||
mail.show_drafts(playername)
|
||||
elseif index == 4 then
|
||||
mail.show_trash(playername)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue