mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-04 12:58:50 +00:00
oc: ignore unhandled properties instead of abort
When setting a row with properties not handled right now, ignore them like they were never there instead of abort()
This commit is contained in:
@@ -256,6 +256,9 @@ static Class NSExceptionK, MAPIStoreFolderK;
|
||||
{
|
||||
cValue = aRow->lpProps + counter;
|
||||
value = NSObjectFromSPropValue (cValue);
|
||||
if (value == nil)
|
||||
continue;
|
||||
|
||||
switch (cValue->ulPropTag & 0xffff)
|
||||
{
|
||||
case PT_STRING8:
|
||||
|
||||
Reference in New Issue
Block a user