imap: skip sync flags update if highest modseq has not increased

This commit is contained in:
link2xt
2022-01-30 20:12:02 +00:00
parent 8aa6decbf9
commit 48eb400a69
5 changed files with 48 additions and 6 deletions

View File

@@ -9,6 +9,7 @@
- remove direct dependency on `byteorder` crate #3031
- make it possible to cancel message sending by removing the message #3034,
this was previosuly removed in 1.71.0 #2939
- always skip Seen flag synchronization when there are no updates #3039
### Fixes
- fix splitting off text from webxdc messages #3032