mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
Fixed no modseq
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user