Replace sent by outbox (consistency with inbox)

This commit is contained in:
Athozus 2023-06-04 02:03:14 +02:00
parent 869cc2bbc3
commit 7822ff3038
No known key found for this signature in database
GPG key ID: B50895022E8484BF
5 changed files with 54 additions and 51 deletions

View file

@ -14,7 +14,7 @@ mail = {
-- per-user ephemeral data
selected_idxs = {
inbox = {},
sent = {},
outbox = {},
drafts = {},
contacts = {},
maillists = {},