Monotone-Parent: 894040959f04f3ec2b197130603cd4d9eb104d53

Monotone-Revision: 2e77a2e6f2332e279f7000689f3410f5e2d8427e

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-12-22T17:02:01
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-12-22 17:02:01 +00:00
parent f6ecebeb1b
commit 79a9bb7d03

View File

@@ -19,6 +19,9 @@
02111-1307, USA.
*/
#import <Foundation/NSException.h>
#import <NGExtensions/NSException+misc.h>
#include <SOGoUI/UIxComponent.h>
@interface UIxMailView : UIxComponent
@@ -284,7 +287,7 @@ static NSString *mailETag = nil;
- (id <WOActionResults>) moveAction
{
id <WOActionResults> *result;
id <WOActionResults> result;
NSString *destinationFolder;
id url;
@@ -320,11 +323,6 @@ static NSString *mailETag = nil;
return result;
}
- (id)getMailAction {
// TODO: we might want to flush the caches?
return [self redirectToLocation:@"view"];
}
/* generating response */
- (void)appendToResponse:(WOResponse *)_response inContext:(WOContext *)_ctx {