1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-31 20:25:38 +00:00

Merge branch 'master' of github.com:M66B/FairEmail

This commit is contained in:
M66B 2021-10-18 13:53:43 +02:00
commit 5a4c206290

View file

@ -2896,7 +2896,7 @@ class Core {
try {
if (MessageHelper.hasCapability(ifolder, "CONDSTORE")) {
modseq = ifolder.getHighestModSeq();
modified = (force || initialize != 0 ||
modified = (force || initialize != 0 || modseq < 0 ||
folder.modseq == null || !folder.modseq.equals(modseq));
EntityLog.log(context, folder.name + " modseq=" + modseq + "/" + folder.modseq + " modified=" + modified);
}