Monotone-Parent: b82c98742f6f58a7217e5b601c74d10f86e4ab18

Monotone-Revision: 48c9c37f78835c3255c4103136b86bdfcaaca051

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-07-29T02:12:59
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2011-07-29 02:12:59 +00:00
parent 33ad6cd48b
commit aaa7559ff0
2 changed files with 3 additions and 8 deletions

View File

@ -1,5 +1,8 @@
2011-07-28 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* OpenChange/MAPIStoreTable.m (-loggingPrefix): removed method as
it was causing crashes when the parent object was deallocated.
* SoObjects/Mailer/SOGoMailFolder.m (-statusForFlags:): new method
that returns the values of flags passed as parameters.
(-fetchUIDsOfVanishedItems:): new method that returns the list of

View File

@ -916,12 +916,4 @@ static Class NSDataK, NSStringK;
[self subclassResponsibility: _cmd];
}
/* logging */
- (NSString *) loggingPrefix
{
return [NSString stringWithFormat:@"<%@:%p:%@>",
NSStringFromClass (isa), self,
[container nameInContainer]];
}
@end