mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 11:55:24 +00:00
Monotone-Parent: fbd35c1bda900f820e4a0b103f299f77ae52fa16
Monotone-Revision: ba0063d228f496f6d43be55b3d6aeb33e2ba34e1 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-04-24T22:43:33 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -183,12 +183,11 @@ static BOOL debugOn = YES;
|
||||
return NO;
|
||||
}
|
||||
|
||||
/* debugging */
|
||||
|
||||
- (NSString *)loggingPrefix {
|
||||
/* improve perf ... */
|
||||
return [NSString stringWithFormat:@"<0x%08X[%@]:%@>",
|
||||
self, NSStringFromClass([self class]),
|
||||
[self nameInContainer]];
|
||||
/* acls */
|
||||
#warning one day there will be code here to support IMAP acls
|
||||
- (NSArray *) aclsForUser: (NSString *) uid
|
||||
{
|
||||
return nil;
|
||||
}
|
||||
|
||||
@end /* SOGoMailBaseObject */
|
||||
|
||||
Reference in New Issue
Block a user