From 2cd0a643b93b07ea4526d8a0ef10f2efdb9a7f29 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 23 Oct 2012 13:42:27 -0400 Subject: [PATCH] the defaults for "sogod" are now registered from libSOGo --- OpenChange/MAPIStoreSOGo.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/OpenChange/MAPIStoreSOGo.m b/OpenChange/MAPIStoreSOGo.m index f0dad4390..7e219fe03 100644 --- a/OpenChange/MAPIStoreSOGo.m +++ b/OpenChange/MAPIStoreSOGo.m @@ -104,8 +104,6 @@ sogo_backend_init (void) /* We force the plugin to base its configuration on the SOGo tree. */ ud = [NSUserDefaults standardUserDefaults]; - [ud registerDefaults: [ud persistentDomainForName: @"sogod"]]; - if (!leakDebugging && [ud boolForKey: @"SOGoDebugLeaks"]) { NSLog (@" leak debugging on");