Monotone-Parent: 57eac757f7d831fe529b14ff7416da35dd2eeff0

Monotone-Revision: b92151d1bc5fc823aae0b28dda5a96bed55e476a

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-01-03T20:35:40
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau 2011-01-03 20:35:40 +00:00
parent 6d32af8c82
commit 5a1e41d4b9
2 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,10 @@
2011-01-03 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* OpenChange/MAPIStoreContactsMessageTable.m
(-getChildProperty:forKey:withTag:): result the same value for
"PR_SUBJECT" as for "PR_DISPLAY_NAME_UNICODE" instead of a stub
string.
2010-12-30 Wolfgang Sourdeau <wsourdeau@inverse.ca> 2010-12-30 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* OpenChange/MAPIStoreMailMessageTable.m * OpenChange/MAPIStoreMailMessageTable.m

View file

@ -118,9 +118,6 @@
// case PR_EMS_AB_DXA_REMOTE_CLIENT_UNICODE: "Home:" ??? // case PR_EMS_AB_DXA_REMOTE_CLIENT_UNICODE: "Home:" ???
// *data = talloc_strdup (memCtx, "PR_EMS..."); // *data = talloc_strdup (memCtx, "PR_EMS...");
// break; // break;
case PR_SUBJECT_UNICODE:
*data = talloc_strdup (memCtx, "PR_SUBJECT...");
break;
case PR_OAB_NAME_UNICODE: case PR_OAB_NAME_UNICODE:
*data = talloc_strdup (memCtx, "PR_OAB_NAME_UNICODE"); *data = talloc_strdup (memCtx, "PR_OAB_NAME_UNICODE");
break; break;
@ -143,6 +140,7 @@
*data = [stringValue asUnicodeInMemCtx: memCtx]; *data = [stringValue asUnicodeInMemCtx: memCtx];
break; break;
case PR_SUBJECT_UNICODE:
case PR_DISPLAY_NAME_UNICODE: // Full Name case PR_DISPLAY_NAME_UNICODE: // Full Name
case PidLidFileUnder: // contact block title name case PidLidFileUnder: // contact block title name
rc = [super getChildProperty: data rc = [super getChildProperty: data