mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-25 21:35:23 +00:00
Monotone-Parent: 0a2405280c040b602d25fea256f5093976a1aa95
Monotone-Revision: 5599b85afd7e2707325836a3b533b900d96b8b0c Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-08-15T00:59:55 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -357,26 +357,6 @@ Class SOGoMAPIDBObjectK = Nil;
|
||||
// return [self _fileAttributeForKey: NSFileModificationDate];
|
||||
// }
|
||||
|
||||
- (NSException *) delete
|
||||
{
|
||||
[self notImplemented: _cmd];
|
||||
|
||||
// NSFileManager *fm;
|
||||
// NSException *error;
|
||||
|
||||
// fm = [NSFileManager defaultManager];
|
||||
|
||||
// if (![fm removeFileAtPath: directory handler: NULL])
|
||||
// error = [NSException exceptionWithName: @"MAPIStoreIOException"
|
||||
// reason: @"could not delete folder"
|
||||
// userInfo: nil];
|
||||
// else
|
||||
// error = nil;
|
||||
|
||||
// return error;
|
||||
return nil;
|
||||
}
|
||||
|
||||
/* acl */
|
||||
- (NSString *) defaultUserID
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user