Add a setting to choose date format

This commit is contained in:
Athozus 2023-07-17 16:45:57 +02:00
parent db2434c8f9
commit be8f0e590f
No known key found for this signature in database
GPG key ID: B50895022E8484BF
12 changed files with 238 additions and 212 deletions

View file

@ -405,6 +405,7 @@ function mail.get_setting_default_value(setting_name)
defaultsortdirection = 1,
trash_move_enable = true,
auto_marking_read = true,
date_format = "%Y-%m-%d %X",
}
return default_values[setting_name]
end