Monotone-Parent: 7006e81f038867b26d3ed4119e35ad3a2763d2d4

Monotone-Revision: 4de190eb54e811b0e429f7196209e16bcb702c5e

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-10-17T23:28:40
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2011-10-17 23:28:40 +00:00
parent ba711bcad4
commit 389d62a1ca
2 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,10 @@
2011-10-17 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* OpenChange/MAPIStoreSOGo.m (sogo_backend_init): invoke
-[NSProcessInfo initializeWithArguments:count:environment:] in
order to avoid an infinite loop with GNUstep occurring under
strange circumstances.
* OpenChange/MAPIStoreMapping.m (-initForUsername:withIndexing:):
attach the struct tdb_wrap *indexing to a new memCtx ivar, in
order to make sure its value is retained until the release of the

View File

@ -77,6 +77,10 @@ sogo_backend_init (void)
the encoding specified in the file. */
putenv ("GNUSTEP_STRING_ENCODING=NSUTF8StringEncoding");
[NSProcessInfo initializeWithArguments: NULL
count: 0
environment: environ];
[SOGoSystemDefaults sharedSystemDefaults];
// /* We force the plugin to base its configuration on the SOGo tree. */