Monotone-Parent: cd55270af0875980e8fd804d528743a3c0103fe8

Monotone-Revision: ae2f3622e019b557af4f9dd642911dec3afe7ba1

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-08-08T19:09:22
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
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

@ -1,5 +1,9 @@
2012-08-08 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* OpenChange/MAPIStoreMessage.m (-saveMessage): make sure that the
PidTagChangeKey and PidTagChangeNumber props are no longer set in
the properties dict after the save occurred.
* OpenChange/MAPIApplication.m (-shouldSetupSignalHandlers):
overriden method by returning "NO".

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])
{