Monotone-Parent: cd55270af0875980e8fd804d528743a3c0103fe8

Monotone-Revision: ae2f3622e019b557af4f9dd642911dec3afe7ba1

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-08-08T19:09:22
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2012-08-08 19:09:22 +00:00
parent 812c7486b2
commit 7a05ec77de
2 changed files with 9 additions and 0 deletions

View File

@@ -496,6 +496,11 @@ rtf2html (NSData *compressedRTF)
}
[self save];
/* We make sure that any change-related properties are removes from the
properties dictionary, to make sure that related methods will be
invoked the next time they are requested. */
[properties removeObjectForKey: MAPIPropertyKey (PidTagChangeKey)];
[properties removeObjectForKey: MAPIPropertyKey (PidTagChangeNumber)];
if ([container isKindOfClass: MAPIStoreFolderK])
{