From 7e62034a450827ed2b14cacd5f954cfa7f5b9c6d Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 18 Nov 2010 22:28:00 +0000 Subject: [PATCH] Monotone-Parent: 764ba19c71a1ecb58f5226c2b96ffffebe567487 Monotone-Revision: 973fe32880e7a6c8ee42f07c740d7b15dd65c069 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-11-18T22:28:00 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3ab675be3..28b492fd9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2010-11-18 Wolfgang Sourdeau + * OpenChange/MAPIStoreSOGo.m (sogo_create_context): we now make + sure that the MAPIStoreContext class has been loaded. Otherwise we + return MAPISTORE_ERROR. + * OpenChange/MAPIApplication.m (-init): most of the setup code has been moved into MAPIStoreSOGo.m.