first iteration of faster sorting

This commit is contained in:
holger krekel
2022-03-31 10:32:32 +02:00
parent 4880f9ff32
commit c6d901d799
2 changed files with 16 additions and 9 deletions

View File

@@ -13,6 +13,7 @@
- start ephemeral timer when seen status is synchronized via IMAP #3122
- do not delete duplicate messages on IMAP immediately to accidentally deleting
the last copy #3138
- speed up loading of chat messages #3171
### Changes
- add more SMTP logging #3093