mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-11 00:08:51 +00:00
Monotone-Parent: 66fe156475b1f789bc5d20c857350ca9afea9556
Monotone-Revision: a164259525f718f804b625a9f09b4c3b3c9e83f8 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-11-09T20:12:07 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -267,25 +267,6 @@
|
||||
return @"vcard-collection";
|
||||
}
|
||||
|
||||
// /* GET */
|
||||
|
||||
// - (id) GETAction: (id)_ctx
|
||||
// {
|
||||
// // TODO: I guess this should really be done by SOPE (redirect to
|
||||
// // default method)
|
||||
// WOResponse *r;
|
||||
// NSString *uri;
|
||||
|
||||
// uri = [[_ctx request] uri];
|
||||
// if (![uri hasSuffix:@"/"]) uri = [uri stringByAppendingString:@"/"];
|
||||
// uri = [uri stringByAppendingString:@"view"];
|
||||
|
||||
// r = [_ctx response];
|
||||
// [r setStatus:302 /* moved */];
|
||||
// [r setHeader:uri forKey:@"location"];
|
||||
// return r;
|
||||
// }
|
||||
|
||||
/* sorting */
|
||||
- (NSComparisonResult) compare: (id) otherFolder
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user