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:
commit
5a4c206290
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue