mirror of
https://github.com/mt-mods/mail.git
synced 2025-07-04 21:50:28 -04:00
Add a setting for automatic marking read
When a message is opened
This commit is contained in:
parent
e038993f27
commit
0248b051ef
12 changed files with 267 additions and 242 deletions
3
init.lua
3
init.lua
|
@ -34,7 +34,8 @@ mail = {
|
|||
sound_notifications = {},
|
||||
unreadcolorenable = {},
|
||||
cccolorenable = {},
|
||||
trash_move_enable = {}
|
||||
trash_move_enable = {},
|
||||
auto_marking_read = {},
|
||||
},
|
||||
|
||||
colors = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue