From 0a6209300c4b017ab98550d2a8a356cccb6a17bb Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 13 Jul 2011 18:55:16 +0000 Subject: [PATCH] Monotone-Parent: cf0bf1453ddf93b100f4c44465b8b4ede251cf8e Monotone-Revision: c52ae4fd9b519a5566870dacce59fc91211a2b58 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-07-13T18:55:16 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 3 +++ Tools/sogo-tool.m | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9f61bde74..f1dab810c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2011-07-13 Wolfgang Sourdeau + * 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. diff --git a/Tools/sogo-tool.m b/Tools/sogo-tool.m index 1d26bbc54..fc93456e9 100644 --- a/Tools/sogo-tool.m +++ b/Tools/sogo-tool.m @@ -30,6 +30,8 @@ #import #import +#import + #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);