mirror of
https://github.com/mt-mods/mail.git
synced 2025-07-18 12:16:41 -04:00
Replace sent by outbox (consistency with inbox)
This commit is contained in:
parent
869cc2bbc3
commit
7822ff3038
5 changed files with 54 additions and 51 deletions
|
@ -8,7 +8,7 @@ function mail.show_mail_menu(playername, sortfield, sortdirection, filter)
|
|||
if index == 1 then
|
||||
mail.show_inbox(playername, sortfield, sortdirection, filter)
|
||||
elseif index == 2 then
|
||||
mail.show_sent(playername, sortfield, sortdirection, filter)
|
||||
mail.show_outbox(playername, sortfield, sortdirection, filter)
|
||||
elseif index == 3 then
|
||||
mail.show_drafts(playername)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue