From 04e08a76692c8c12d0da0c353ba143d6917ac52c Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 27 Sep 2011 19:53:50 +0000 Subject: [PATCH] Monotone-Parent: 05e0abb27e38e7c461039f5c7f11b15934994776 Monotone-Revision: 7d0fa9f892f3a66494cfc72604ad9f9f2ad43b5b Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-09-27T19:53:50 Monotone-Branch: ca.inverse.sogo --- OpenChange/MAPIStoreDraftsMessage.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenChange/MAPIStoreDraftsMessage.m b/OpenChange/MAPIStoreDraftsMessage.m index 3a0d31b02..7168c36ba 100644 --- a/OpenChange/MAPIStoreDraftsMessage.m +++ b/OpenChange/MAPIStoreDraftsMessage.m @@ -76,7 +76,7 @@ typedef void (*getMessageData_inMemCtx_) (MAPIStoreMessage *, SEL, - (void) _fetchHeaderData { [sogoObject fetchInfo]; - ASSIGN (headerMimeType, [sogoObject isHTML] ? @"text/html" : @"text/plain"); + ASSIGN (headerMimeType, ([sogoObject isHTML] ? @"text/html" : @"text/plain")); ASSIGN (headerEncoding, @"8bit"); ASSIGN (headerCharset, @"utf-8"); headerSetup = YES;