mirror of
https://github.com/mt-mods/mail.git
synced 2025-07-04 21:50:28 -04:00
Add multiple selection (#60)
* Add multiple selection * Fix wrong messages issues * Update translations * Mix colors for unread/cc in inbox with selected green * Fix duplicates when clicking on select all with already one selected, and add the number of selected items * Fixes * Remove old translations files * Fix filter priority
This commit is contained in:
parent
67bda9a788
commit
191e511a05
10 changed files with 293 additions and 148 deletions
4
init.lua
4
init.lua
|
@ -23,7 +23,9 @@ mail = {
|
|||
bcc = {},
|
||||
boxtab = {},
|
||||
sortfield = {},
|
||||
sortdirection = {}
|
||||
sortdirection = {},
|
||||
filter = {},
|
||||
multipleselection = {}
|
||||
},
|
||||
|
||||
message_drafts = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue