From 019309d9766cf5f2b6a725ac8e6d148da9d5d4f5 Mon Sep 17 00:00:00 2001 From: C Robert Date: Thu, 1 Oct 2009 20:28:20 +0000 Subject: [PATCH] Added a warning Monotone-Parent: 8329d7d8d0fe1a0194049bb7b9787080a12bcf4d Monotone-Revision: adeb1b6540b1871dee8c8161aca43283de817991 Monotone-Author: crobert@inverse.ca Monotone-Date: 2009-10-01T20:28:20 Monotone-Branch: ca.inverse.sogo --- SoObjects/Mailer/SOGoMailObject.m | 1 + 1 file changed, 1 insertion(+) diff --git a/SoObjects/Mailer/SOGoMailObject.m b/SoObjects/Mailer/SOGoMailObject.m index d709bbec2..fb5576de8 100644 --- a/SoObjects/Mailer/SOGoMailObject.m +++ b/SoObjects/Mailer/SOGoMailObject.m @@ -1359,6 +1359,7 @@ static BOOL debugSoParts = NO; - (NSString *) textDescription { +#warning We should send the content as an NSData return [NSString stringWithFormat: @"", [self contentAsString]]; }