mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-23 10:54:17 +00:00
Monotone-Parent: dbf0e1c560253d898374155e0aa7bd9b90bc6555
Monotone-Revision: 0c87f247ac8738bb8abb3be8b9181fa346568ad5 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-11-23T19:18:50 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2009-11-23 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* Tools/sogo-tool.m (main): we check "SOGoUserSources" rather than
|
||||
the obsolete "SOGoLDAPSources".
|
||||
|
||||
2009-11-20 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/SOGo/SOGoDAVAuthenticator.m (-init): removed method,
|
||||
|
||||
+1
-1
@@ -229,7 +229,7 @@ main (int argc, char **argv, char **env)
|
||||
ud = [NSUserDefaults standardUserDefaults];
|
||||
[ud addSuiteNamed: @"sogod"];
|
||||
|
||||
if ([ud objectForKey: @"SOGoLDAPSources"])
|
||||
if ([ud objectForKey: @"SOGoUserSources"])
|
||||
{
|
||||
dispatcher = [SOGoToolDispatcher new];
|
||||
if ([dispatcher run])
|
||||
|
||||
Reference in New Issue
Block a user