From 956f6283609696c22ad5fa090d0cf2e4c6b6489c Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 11 Sep 2007 19:38:57 +0000 Subject: [PATCH] Monotone-Parent: dfb85b6efa469d0ee3fba3799df2f1247332f8ed Monotone-Revision: 48ab3ba04ae37aa55ddec9a67b39c8be57786c6d Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-09-11T19:38:57 Monotone-Branch: ca.inverse.sogo --- UI/MailerUI/UIxMailSourceView.m | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/UI/MailerUI/UIxMailSourceView.m b/UI/MailerUI/UIxMailSourceView.m index c0586221d..60976e53d 100644 --- a/UI/MailerUI/UIxMailSourceView.m +++ b/UI/MailerUI/UIxMailSourceView.m @@ -25,6 +25,8 @@ #import #import +#import + #import "UIxMailSourceView.h" @implementation UIxMailSourceView @@ -36,8 +38,7 @@ source = [[self clientObject] contentAsString]; - response = [context response]; - [response setStatus: 200]; + response = [self responseWithStatus: 200]; [response setHeader: @"text/plain; charset=utf-8" forKey: @"content-type"]; [response appendContentString: source];