Store message list in context to improve performance

They are deleted after closing formspec, and the json file is called only once
This commit is contained in:
Athozus 2023-06-18 20:12:56 +02:00
parent 984d8c34d9
commit fa391b5ee6
No known key found for this signature in database
GPG key ID: B50895022E8484BF
7 changed files with 39 additions and 15 deletions

View file

@ -37,6 +37,13 @@ mail = {
trash_move_enable = {}
},
messages_context = {
inbox = {},
outbox = {},
drafts = {},
trash = {}
},
message_drafts = {}
}