mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-05 05:18:51 +00:00
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:
@@ -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.
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user