Monotone-Parent: 05e0abb27e38e7c461039f5c7f11b15934994776

Monotone-Revision: 7d0fa9f892f3a66494cfc72604ad9f9f2ad43b5b

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-09-27T19:53:50
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-09-27 19:53:50 +00:00
parent 2995fb6be8
commit 04e08a7669

View File

@@ -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;