mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
Monotone-Parent: 7006e81f038867b26d3ed4119e35ad3a2763d2d4
Monotone-Revision: 4de190eb54e811b0e429f7196209e16bcb702c5e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-10-17T23:28:40 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user