Monotone-Parent: 502a9aa4532803bb1e5b3526f2e9e8e019a93abc

Monotone-Revision: 755524b00e9b962e6240a95f6bfdd559ca240f5a

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-08-14T20:41:04
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-08-14 20:41:04 +00:00
parent 7977e55a76
commit 55b39d214d
9 changed files with 315 additions and 64 deletions
+15
View File
@@ -38,4 +38,19 @@
return [self redirectToLocation: [folders defaultSourceName]];
}
- (id) selectAction
{
SOGoContactFolders *folders;
NSString *url, *selectorId;
folders = [self clientObject];
selectorId = [self queryParameterForKey: @"selectorId"];
url = [NSString stringWithFormat: @"%@/select?selectorId=%@",
[folders defaultSourceName],
selectorId];
return [self redirectToLocation: url];
}
@end