mirror of
https://github.com/mt-mods/mail.git
synced 2025-07-04 21:50:28 -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
2
init.lua
2
init.lua
|
@ -14,7 +14,7 @@ mail = {
|
|||
-- per-user ephemeral data
|
||||
selected_idxs = {
|
||||
inbox = {},
|
||||
sent = {},
|
||||
outbox = {},
|
||||
drafts = {},
|
||||
contacts = {},
|
||||
maillists = {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue