Monotone-Parent: cf0bf1453ddf93b100f4c44465b8b4ede251cf8e

Monotone-Revision: c52ae4fd9b519a5566870dacce59fc91211a2b58

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-07-13T18:55:16
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-07-13 18:55:16 +00:00
parent 3eb03e75ef
commit 0a6209300c
2 changed files with 7 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
2011-07-13 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* Tools/sogo-tool.m (main): instantiate SOGoSystemDefaults in
order to properly inject the entries from SOGoDefaults.plist.
* OpenChange/MAPIStoreSOGo.m (sogo_op_get_fid_by_name): removed
obsolete method.

View File

@@ -30,6 +30,8 @@
#import <Foundation/NSUserDefaults.h>
#import <Foundation/NSValue.h>
#import <SOGo/SOGoSystemDefaults.h>
#import "SOGoTool.h"
/* TODO:
@@ -242,6 +244,8 @@ main (int argc, char **argv, char **env)
pool = [NSAutoreleasePool new];
[SOGoSystemDefaults sharedSystemDefaults];
ud = [NSUserDefaults standardUserDefaults];
setupUserDefaults (ud);