Ensure we hit the cache with hex-formatted keys.

This commit is contained in:
Ludovic Marcotte
2013-02-14 15:22:48 -05:00
parent c13c389ae5
commit 71b9772546
2 changed files with 2 additions and 1 deletions

View File

@@ -155,6 +155,7 @@ static Class MAPIStoreMailMessageK, NSDataK, NSStringK;
case PidTagChangeNumber:
{
value = [NSString stringWithFormat: @"0x%.16llx", [value unsignedLongLongValue]];
modseq = [(MAPIStoreMailFolder *)
container modseqFromMessageChangeNumber: value];
[self logWithFormat: @"change number from oxcfxics: %.16lx", [value unsignedLongLongValue]];