From 79a9bb7d0344c51e11b0db04d00d26e328ed9b8a Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 22 Dec 2006 17:02:01 +0000 Subject: [PATCH] Monotone-Parent: 894040959f04f3ec2b197130603cd4d9eb104d53 Monotone-Revision: 2e77a2e6f2332e279f7000689f3410f5e2d8427e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-12-22T17:02:01 Monotone-Branch: ca.inverse.sogo --- UI/MailerUI/UIxMailView.m | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/UI/MailerUI/UIxMailView.m b/UI/MailerUI/UIxMailView.m index c775097dc..7a9027ab2 100644 --- a/UI/MailerUI/UIxMailView.m +++ b/UI/MailerUI/UIxMailView.m @@ -19,6 +19,9 @@ 02111-1307, USA. */ +#import +#import + #include @interface UIxMailView : UIxComponent @@ -284,7 +287,7 @@ static NSString *mailETag = nil; - (id ) moveAction { - id *result; + id 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 {