mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-16 18:58:50 +00:00
Monotone-Parent: d51b0bdc42c0c60b209cf5ea1a4e1394f6d8c81d
Monotone-Revision: e859e60049fd335b944909d2e1d76d16d7274114 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-10-14T15:23:19 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -275,9 +275,9 @@ static Class SOGoUserFolderK;
|
||||
MAPILongValue (memCtx, 0x01));
|
||||
|
||||
currentAddress = [to objectAtIndex: count];
|
||||
name = [currentAddress personalName];
|
||||
if (![name length])
|
||||
name = [currentAddress baseEMail];
|
||||
// name = [currentAddress personalName];
|
||||
// if (![name length])
|
||||
name = [currentAddress baseEMail];
|
||||
set_SPropValue_proptag (&(recipients->aRow[count].lpProps[1]),
|
||||
PR_DISPLAY_NAME,
|
||||
[name asUnicodeInMemCtx: recipients->aRow[count].lpProps]);
|
||||
|
||||
Reference in New Issue
Block a user