mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 06:18:50 +00:00
fix(mail(js)): perform a full fetch when in unseen/flagged mode
This commit is contained in:
@@ -403,7 +403,9 @@
|
||||
}
|
||||
});
|
||||
}
|
||||
else if (!sortingAttributes && this.$syncToken) {
|
||||
else if (!sortingAttributes && !this.$flaggedOnly && !this.$unseenOnly && this.$syncToken) {
|
||||
// Fetch changes only if sorting attributes haven't changed, and view is not limited to
|
||||
// unseen messages or flagged messages.
|
||||
action = 'changes';
|
||||
options.syncToken = this.$syncToken;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user