mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 03:15:25 +00:00
Monotone-Parent: a7de776942b3d74e0380fedb944ee4a08d4037dd
Monotone-Revision: 80c8d4e2847b46d0107ef53db2c5605e438d8350 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-09-26T16:21:03 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -605,7 +605,7 @@ Class NSExceptionK, MAPIStoreFAIMessageK, MAPIStoreMessageTableK, MAPIStoreFAIMe
|
||||
error = [sourceMsg getProperty: &data
|
||||
withTag: propTag
|
||||
inMemCtx: aRow];
|
||||
if (error == MAPISTORE_SUCCESS)
|
||||
if (error == MAPISTORE_SUCCESS && data)
|
||||
{
|
||||
set_SPropValue_proptag(&aRow->lpProps[aRow->cValues], propTag, data);
|
||||
aRow->cValues++;
|
||||
|
||||
Reference in New Issue
Block a user