From 4ca3d351e023b7213f178fa108f5e9a8a17e2194 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Fri, 21 Mar 2014 09:05:52 -0400 Subject: [PATCH] Fixed previous commit --- ActiveSync/SOGoMailObject+ActiveSync.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ActiveSync/SOGoMailObject+ActiveSync.m b/ActiveSync/SOGoMailObject+ActiveSync.m index 448d8546e..f2d1c792c 100644 --- a/ActiveSync/SOGoMailObject+ActiveSync.m +++ b/ActiveSync/SOGoMailObject+ActiveSync.m @@ -286,7 +286,7 @@ struct GlobalObjectId { } else if ([body isKindOfClass: [NSData class]] && [[[thePart contentType] type] isEqualToString: @"text"] && - ([[[thePart contentType] subType] isEqualToString: @"plain"] || [[[thePart contentType] subType] isEqualToString: @"plain"])) + ([[[thePart contentType] subType] isEqualToString: @"plain"] || [[[thePart contentType] subType] isEqualToString: @"html"])) { // We make sure everything is encoded in UTF-8 NSString *charset, *s;