mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-12 10:21:22 +00:00
Monotone-Parent: ca6c0c42d5b2cb1a04fefe5bf8aac1760a5456a4
Monotone-Revision: 9c93be42dce13d70eb5f0bc31e7ff8fff3aa82c3 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-02-09T23:11:28 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -374,6 +374,18 @@ static EOQualifier *nonDeletedQualifier = nil;
|
||||
}
|
||||
break;
|
||||
|
||||
case PR_INTERNET_CPID:
|
||||
/* ref:
|
||||
http://msdn.microsoft.com/en-us/library/dd317756%28v=vs.85%29.aspx
|
||||
|
||||
minimal list that should be handled:
|
||||
us-ascii: 20127
|
||||
iso-8859-1: 28591
|
||||
iso-8859-15: 28605
|
||||
utf-8: 65001 */
|
||||
*data = MAPILongValue(memCtx, 65001);
|
||||
break;
|
||||
|
||||
case PR_HTML:
|
||||
{
|
||||
NSMutableArray *keys;
|
||||
|
||||
Reference in New Issue
Block a user