Monotone-Parent: 454eba06ab9f1fc198036d0eab58db1a689f60ed

Monotone-Revision: 69395b75fdbee1ede0021d893697e1ed210ba3a7

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-01-12T00:07:55
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2011-01-12 00:07:55 +00:00
parent 60ace1381c
commit 32b6ee0c2b
2 changed files with 6 additions and 2 deletions

View File

@ -6,6 +6,10 @@
2011-01-11 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* OpenChange/MAPIStoreMessageTable.m
(-getChildProperty:forKey:withTag:): fixed PR_ACCESS and
PR_ACCESS_LEVEL to avoid displaying the "read-only" status.
* OpenChange/MAPIStoreTable.m (-cleanupCaches): remove lastChild
from cache too.

View File

@ -87,10 +87,10 @@ static MAPIStoreMapping *mapping;
*data = MAPILongLongValue (memCtx, 0);
break;
case PR_ACCESS: // TODO
*data = MAPILongValue (memCtx, 0x02);
*data = MAPILongValue (memCtx, 0x03);
break;
case PR_ACCESS_LEVEL: // TODO
*data = MAPILongValue (memCtx, 0x00000000);
*data = MAPILongValue (memCtx, 0x01);
break;
case PR_VIEW_STYLE:
case PR_VIEW_MAJORVERSION: