mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-08 06:48:51 +00:00
Monotone-Parent: 141ad1bae936fb5a1442f7b24d77771ed518e940
Monotone-Revision: 72b29691e36019f10738562fa27dc533a1b1adce Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-10-13T15:45:18 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
2010-10-13 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* OpenChange/MAPIStoreContext.m
|
||||
(-getMessageTableChildproperty:atURL:withTag:inFolder:withFID:):
|
||||
added missing "break" statement, leading PR_FID to get the value
|
||||
of PR_MID.
|
||||
|
||||
* OpenChange/MAPIStoreMapping.m (-registerURL:): commented method out.
|
||||
(-_setupFixedMapping): new method that registers well-known ids
|
||||
with well-known urls.
|
||||
|
||||
@@ -641,6 +641,7 @@ static MAPIStoreMapping *mapping = nil;
|
||||
break;
|
||||
case PR_FID:
|
||||
*data = MAPILongLongValue (memCtx, fid);
|
||||
break;
|
||||
case PR_MID:
|
||||
mappingId = [mapping idFromURL: childURL];
|
||||
if (mappingId == NSNotFound)
|
||||
|
||||
Reference in New Issue
Block a user