Add trash

This commit is contained in:
Athozus 2023-06-13 20:13:35 +02:00
parent fab6f1a1e5
commit 8844454775
No known key found for this signature in database
GPG key ID: B50895022E8484BF
9 changed files with 208 additions and 10 deletions

View file

@ -16,6 +16,7 @@ mail = {
inbox = {},
outbox = {},
drafts = {},
trash = {},
contacts = {},
maillists = {},
to = {},
@ -32,7 +33,8 @@ mail = {
hud_notifications = {},
sound_notifications = {},
unreadcolorenable = {},
cccolorenable = {}
cccolorenable = {},
trash_move_enable = {}
},
message_drafts = {}
@ -58,6 +60,7 @@ dofile(MP .. "/ui/mail.lua")
dofile(MP .. "/ui/inbox.lua")
dofile(MP .. "/ui/outbox.lua")
dofile(MP .. "/ui/drafts.lua")
dofile(MP .. "/ui/trash.lua")
dofile(MP .. "/ui/message.lua")
dofile(MP .. "/ui/events.lua")
dofile(MP .. "/ui/contacts.lua")