mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-25 13:25:28 +00:00
Monotone-Parent: ed4c4894c0c554783b39ad526a74404a9cc11e8c
Monotone-Revision: bac00846545ecbaa355017083f8a425f751077c7 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-12-19T17:40:42 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -318,19 +318,12 @@ _timeValue (NSString *key)
|
||||
|
||||
- (void) _fetchAllEmails
|
||||
{
|
||||
#if 0
|
||||
allEmails = [NSArray arrayWithObject: @"wsourdeau@inverse.ca"];
|
||||
#else
|
||||
allEmails = [self _fetchFieldForUser: @"emails"];
|
||||
#endif
|
||||
[allEmails retain];
|
||||
}
|
||||
|
||||
- (void) _fetchCN
|
||||
{
|
||||
#if 0
|
||||
return @"Wolfgang Sourdeau";
|
||||
#endif
|
||||
cn = [self _fetchFieldForUser: @"cn"];
|
||||
[cn retain];
|
||||
}
|
||||
@@ -522,10 +515,6 @@ _timeValue (NSString *key)
|
||||
|
||||
- (NSString *) language
|
||||
{
|
||||
#if 0
|
||||
return @"English";
|
||||
#endif
|
||||
|
||||
if (!language)
|
||||
{
|
||||
language = [[self userDefaults] stringForKey: @"Language"];
|
||||
@@ -541,10 +530,6 @@ _timeValue (NSString *key)
|
||||
{
|
||||
NSString *timeZoneName;
|
||||
|
||||
#if 0
|
||||
return @"UTC";
|
||||
#endif
|
||||
|
||||
if (!userTimeZone)
|
||||
{
|
||||
timeZoneName = [[self userDefaults] stringForKey: @"TimeZone"];
|
||||
@@ -971,10 +956,6 @@ _timeValue (NSString *key)
|
||||
{
|
||||
NSString *accessValue;
|
||||
|
||||
#if 0
|
||||
return YES;
|
||||
#endif
|
||||
|
||||
accessValue = [self _fetchFieldForUser:
|
||||
[NSString stringWithFormat: @"%@Access", module]];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user