Optimize markseen_msgs

Use a single SELECT statement for all messages
and start ephemeral timers for all messages at once.
This commit is contained in:
link2xt
2022-03-19 22:39:13 +00:00
parent 1e94ad25e1
commit 83464a882e
3 changed files with 62 additions and 41 deletions

View File

@@ -19,6 +19,7 @@
- place common headers like `From:` before the large `Autocrypt:` header #3079
- keep track of securejoin joiner status in database to survive restarts #2920
- remove never used `SentboxMove` option #3111
- optimize `markseen_msgs` #3141
### Fixes
- Fix a bug where sometimes the file extension of a long filename containing a dot was cropped #3098