Monotone-Parent: c0f07692ea20a10ac587360d8d82535fb4291afc

Monotone-Revision: a797dc8fdc5b4a9a938cb4ecf4b99bda3e239fb7

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-08-06T19:16:12
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2012-08-06 19:16:12 +00:00
parent 6a97b80f77
commit 7d12d795be
1 changed files with 2 additions and 1 deletions

View File

@ -614,7 +614,8 @@ rtf2html (NSData *compressedRTF)
- (int) getPidLidCurrentVersion: (void **) data
inMemCtx: (TALLOC_CTX *) memCtx
{
*data = MAPILongValue (memCtx, 115608); // Outlook 11.5608
// *data = MAPILongValue (memCtx, 115608); // Outlook 11.5608
*data = MAPILongValue (memCtx, 0x1ce3a); // Outlook 11.8330
return MAPISTORE_SUCCESS;
}