mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
Monotone-Parent: 3faccfb297355b8a622a5cd6cf76be5f4134e1ec
Monotone-Revision: 90c34f3f070d02780a48b3d6cb6c8b55f5610898 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2008-07-09T03:16:22 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -213,21 +213,6 @@
|
||||
return nil;
|
||||
}
|
||||
|
||||
- (NSException *) copyTo: (SOGoGCSFolder *) destinationFolder
|
||||
{
|
||||
SOGoContentObject *newObject;
|
||||
|
||||
newObject = [SOGoContentObject objectWithName: [SOGoObject globallyUniqueObjectId]
|
||||
inContainer: destinationFolder];
|
||||
|
||||
return [newObject saveContentString: content];
|
||||
}
|
||||
|
||||
- (NSException *) moveTo: (SOGoGCSFolder *) destinationFolder
|
||||
{
|
||||
return nil;
|
||||
}
|
||||
|
||||
/* actions */
|
||||
|
||||
// - (id) lookupName:
|
||||
|
||||
Reference in New Issue
Block a user