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 {