Monotone-Parent: 1446e7383727bc0d371dfafcec06697f030f7117

Monotone-Revision: 7f4c04f0c1883efb437cd0189f442b20c0063c82

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-02-20T19:47:58
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2012-02-20 19:47:58 +00:00
parent 04e09e0b61
commit 18eab08165
10 changed files with 121 additions and 14 deletions
+12
View File
@@ -1,5 +1,17 @@
2012-02-20 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* OpenChange/MAPIStoreGCSFolder.m (-setDisplayName:): new method
that intercept the setting of PR_DISPLAY_NAME_UNICODE following
the mechanism described below.
(-getPrDisplayName:inMemCtx): overriden method.
* OpenChange/MAPIStoreGCSBaseContext.m (+folderNameSuffix): new
method that returns an optional suffix to differentiate between
SOGo folders that are common to multiple Outlook folders, in
particular for Calendar and Tasks folder.
(+getFolderDisplayName:): new utility method that returns a
display name with the above suffix added properly.
* OpenChange/MAPIStoreObject.m (-setMAPIRetainCount)
(-retainCount): removed accessors as well as the corresponding
"mapiRetainCount" ivar as this was part of an unused feature.