mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-28 09:53:23 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user