Add a setting for automatic marking read

When a message is opened
This commit is contained in:
Athozus 2023-07-16 22:59:56 +02:00
parent e038993f27
commit 0248b051ef
No known key found for this signature in database
GPG key ID: B50895022E8484BF
12 changed files with 267 additions and 242 deletions

View file

@ -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