mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-26 11:46:23 +00:00
Monotone-Parent: e1d77c8035a84435f5745fe6e47f1fb5c978d808
Monotone-Revision: 872b6482fb1a591d12d1baf86c6724907aa743dc Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-03-21T00:41:22 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
id value;
|
||||
|
||||
value = NSObjectFromMAPISPropValue (&res->lpProp);
|
||||
switch (res->ulPropTag)
|
||||
switch ((uint32_t) res->ulPropTag)
|
||||
{
|
||||
case PR_MESSAGE_CLASS_UNICODE:
|
||||
if ([value isKindOfClass: [NSString class]]
|
||||
@@ -106,7 +106,7 @@
|
||||
{
|
||||
MAPIRestrictionState rc;
|
||||
|
||||
switch (res->ulPropTag)
|
||||
switch ((uint32_t) res->ulPropTag)
|
||||
{
|
||||
case PidLidTaskDateCompleted:
|
||||
/* since we don't store the completion date in the quick table, we only
|
||||
|
||||
Reference in New Issue
Block a user