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
|
@ -404,6 +404,7 @@ function mail.get_setting_default_value(setting_name)
|
|||
defaultsortfield = 3,
|
||||
defaultsortdirection = 1,
|
||||
trash_move_enable = true,
|
||||
auto_marking_read = true,
|
||||
}
|
||||
return default_values[setting_name]
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue