mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-14 01:38:51 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user