oc: synchroniseCache store modseq for last delete change number.

This will be the more frequent change number used to obtain updates
on the folder related with deleted messages
pull/69/head
Jesús García Sáez 2015-01-23 18:17:45 +01:00
parent 8e7f6d1aec
commit 34efcfee4e
1 changed files with 1 additions and 0 deletions

View File

@ -661,6 +661,7 @@ _compareFetchResultsByMODSEQ (id entry1, id entry2, void *data)
{
[currentProperties setObject: changeNumber
forKey: @"SyncLastDeleteChangeNumber"];
[mapping setObject: lastModseq forKey: changeNumber];
foundChange = YES;
}
}