Show most recent messages at first (outbox)

This commit is contained in:
Athozus 2023-03-29 15:02:10 +02:00
parent a061b7e847
commit 2666e9e2a0
No known key found for this signature in database
GPG key ID: B50895022E8484BF

View file

@ -77,7 +77,7 @@ function mail.send(m)
-- add in senders outbox -- add in senders outbox
local entry = mail.get_storage_entry(m.from) local entry = mail.get_storage_entry(m.from)
table.insert(entry.outbox, msg) table.insert(entry.outbox, 1, msg)
mail.set_storage_entry(m.from, entry) mail.set_storage_entry(m.from, entry)
-- add in every receivers inbox -- add in every receivers inbox