mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-18 03:38:49 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user