Add a window to show long receivers list

This commit is contained in:
Athozus 2023-06-25 19:59:38 +02:00
parent 8917fd0b39
commit 67cbef88f7
No known key found for this signature in database
GPG key ID: B50895022E8484BF
3 changed files with 69 additions and 0 deletions

View file

@ -75,6 +75,7 @@ dofile(MP .. "/ui/outbox.lua")
dofile(MP .. "/ui/drafts.lua")
dofile(MP .. "/ui/trash.lua")
dofile(MP .. "/ui/message.lua")
dofile(MP .. "/ui/receivers.lua")
dofile(MP .. "/ui/events.lua")
dofile(MP .. "/ui/contacts.lua")
dofile(MP .. "/ui/edit_contact.lua")