mirror of
https://github.com/mt-mods/mail.git
synced 2025-07-07 07:00:31 -04:00
Add empty trash button
This commit is contained in:
parent
8c20aeba5b
commit
f5198b9187
11 changed files with 269 additions and 271 deletions
|
@ -9,6 +9,7 @@ local trash_formspec = "size[8.5,10;]" .. mail.theme .. [[
|
|||
button[6,0.95;2.5,0.5;read;]] .. S("Read") .. [[]
|
||||
button[6,1.70;2.5,0.5;restore;]] .. S("Restore") .. [[]
|
||||
button[6,2.45;2.5,0.5;delete;]] .. S("Delete") .. [[]
|
||||
button[6,3.20;2.5,0.5;empty;]] .. S("Empty") .. [[]
|
||||
button[6,6.8;2.5,0.5;contacts;]] .. S("Contacts") .. [[]
|
||||
button[6,7.6;2.5,0.5;maillists;]] .. S("Mail lists") .. [[]
|
||||
button[6,8.7;2.5,0.5;options;]] .. S("Options") .. [[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue