mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-30 18:42:44 +00:00
Monotone-Parent: cf5ca218da1c1ff34ff78091ca6ef9e4d34fdfb3
Monotone-Revision: 044ebf928befcb199e07d3b192460518361eb827 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-01-11T21:17:52 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -803,11 +803,13 @@ _prepareContextClass (struct mapistore_context *newMemCtx,
|
||||
@" returned for proptag %s(0x%.8x)",
|
||||
propName, tags[count]];
|
||||
}
|
||||
|
||||
set_SPropValue_proptag (properties->lpProps + properties->cValues,
|
||||
tags[count],
|
||||
propValue);
|
||||
properties->cValues++;
|
||||
else
|
||||
{
|
||||
set_SPropValue_proptag (properties->lpProps + properties->cValues,
|
||||
tags[count],
|
||||
propValue);
|
||||
properties->cValues++;
|
||||
}
|
||||
}
|
||||
}
|
||||
msg->properties = properties;
|
||||
|
||||
Reference in New Issue
Block a user