mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-28 09:53:23 +00:00
Monotone-Parent: 188f677989080c34ae076500016b9830247f2cbe
Monotone-Revision: 20ca7f13f9a91f5f53ebdc147c167f8c3c8704d1 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-08-21T17:45:35 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -38,6 +38,21 @@
|
||||
return [self redirectToLocation: [folders defaultSourceName]];
|
||||
}
|
||||
|
||||
- (id) newAction
|
||||
{
|
||||
SOGoContactFolders *folders;
|
||||
NSString *url, *contactEmail;
|
||||
|
||||
folders = [self clientObject];
|
||||
contactEmail = [self queryParameterForKey: @"contactEmail"];
|
||||
|
||||
url = [NSString stringWithFormat: @"%@/new?contactEmail=%@",
|
||||
[folders defaultSourceName],
|
||||
contactEmail];
|
||||
|
||||
return [self redirectToLocation: url];
|
||||
}
|
||||
|
||||
- (id) selectAction
|
||||
{
|
||||
SOGoContactFolders *folders;
|
||||
|
||||
Reference in New Issue
Block a user