Alse use hex-formatted keys for deleted mails.

pull/10/head
Ludovic Marcotte 2013-02-14 15:59:19 -05:00
parent 71b9772546
commit 4f38b5cf3f
1 changed files with 1 additions and 1 deletions

View File

@ -796,7 +796,7 @@ _compareFetchResultsByMODSEQ (id entry1, id entry2, void *data)
if (tableType == MAPISTORE_MESSAGE_TABLE)
{
changeNumber = [NSString stringWithUnsignedLongLong: changeNum];
changeNumber = [NSString stringWithFormat: @"0x%.16llx", changeNum];
modseq = [[self modseqFromMessageChangeNumber: changeNumber]
unsignedLongLongValue];
if (modseq > 0)