fetch_new_messages(): fetch messages sequentially (#3688)

If we fetch messages out of order, then f.e. reactions don't work because if we process a reaction not yet having the corresponding message processed, the reaction is thrown away.
This commit is contained in:
iequidoo
2022-11-15 15:12:33 -03:00
committed by iequidoo
parent da6c68629d
commit 25be8ccd05
2 changed files with 35 additions and 40 deletions

View File

@@ -8,6 +8,7 @@
### Fixes
- fix detection of "All mail", "Trash", "Junk" etc folders. #3760
- fetch messages sequentially to fix reactions on partially downloaded messages #3688
## 1.101.0