From a1c7cb53d5e112500c1f7dec9f764af9cef0319d Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 22 Nov 2010 21:33:02 +0000 Subject: [PATCH] Monotone-Parent: 508636b211f15c986b1723cd360148e2484f1e0b Monotone-Revision: 9afcbace353ba580ab5f47ca08c66135441576da Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-11-22T21:33:02 Monotone-Branch: ca.inverse.sogo --- OpenChange/MAPIStoreFreebusyContext.m | 5 +++++ OpenChange/MAPIStoreMailContext.m | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/OpenChange/MAPIStoreFreebusyContext.m b/OpenChange/MAPIStoreFreebusyContext.m index c171e6f49..950246efa 100644 --- a/OpenChange/MAPIStoreFreebusyContext.m +++ b/OpenChange/MAPIStoreFreebusyContext.m @@ -32,6 +32,11 @@ @implementation MAPIStoreFreebusyContext ++ (NSString *) MAPIModuleName +{ + return @"freebusy"; +} + + (void) registerFixedMappings: (MAPIStoreMapping *) mapping { [mapping registerURL: @"sogo://openchange:openchange@freebusy/" diff --git a/OpenChange/MAPIStoreMailContext.m b/OpenChange/MAPIStoreMailContext.m index 72ed79ce5..26e170e09 100644 --- a/OpenChange/MAPIStoreMailContext.m +++ b/OpenChange/MAPIStoreMailContext.m @@ -50,6 +50,11 @@ @implementation MAPIStoreMailContext ++ (NSString *) MAPIModuleName +{ + return @"mail"; +} + + (void) registerFixedMappings: (MAPIStoreMapping *) mapping { [mapping registerURL: @"sogo://openchange:openchange@mail/folderINBOX" @@ -392,7 +397,7 @@ inFolder: folder withFID: fid]; } - + return rc; }