Fixed updating starred messages / unified inbox widget

This commit is contained in:
M66B
2019-07-30 22:50:09 +02:00
parent 62587b966d
commit 496c1215e9
3 changed files with 5 additions and 1 deletions

View File

@@ -202,6 +202,7 @@ public class ServiceSynchronize extends ServiceBase {
!m1.received.equals(m2.received) ||
!Objects.equals(m1.subject, m2.subject) ||
!(m1.unseen == m2.unseen) ||
!(m1.unflagged == m2.unflagged) ||
!Objects.equals(m1.accountName, m2.accountName)) {
changed = true;
break;