mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-10 19:05:09 +00:00
merge of 'c0c2dbe64a9eb612995c7e7a7f9136a8f379a460'
and 'c52ae4fd9b519a5566870dacce59fc91211a2b58' Monotone-Parent: c0c2dbe64a9eb612995c7e7a7f9136a8f379a460 Monotone-Parent: c52ae4fd9b519a5566870dacce59fc91211a2b58 Monotone-Revision: e3a0cebd32124aa09d35255a3e302efd4805257e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-07-13T18:55:30 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -9,6 +9,9 @@
|
||||
|
||||
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