mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-09 18:35:10 +00:00
Monotone-Parent: 004c96fa075fbca45fa523b3bb73737aa0ce34a1
Monotone-Revision: 1892d22bfa9e855fd8c40d3f7f4b97d3637cb141 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-03-19T15:42:58 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -263,7 +263,6 @@ _timeValue (NSString *key)
|
||||
{
|
||||
allEmails = nil;
|
||||
currentPassword = nil;
|
||||
homeFolder = nil;
|
||||
cn = nil;
|
||||
mailAccounts = nil;
|
||||
}
|
||||
@@ -281,7 +280,6 @@ _timeValue (NSString *key)
|
||||
{
|
||||
[allEmails release];
|
||||
[currentPassword release];
|
||||
[homeFolder release];
|
||||
[cn release];
|
||||
[mailAccounts release];
|
||||
[super dealloc];
|
||||
@@ -855,15 +853,9 @@ _timeValue (NSString *key)
|
||||
|
||||
- (SOGoUserFolder *) homeFolderInContext: (id) context
|
||||
{
|
||||
if (!homeFolder)
|
||||
{
|
||||
homeFolder = [[WOApplication application] lookupName: [self login]
|
||||
inContext: context
|
||||
acquire: NO];
|
||||
[homeFolder retain];
|
||||
}
|
||||
|
||||
return homeFolder;
|
||||
return [[WOApplication application] lookupName: [self login]
|
||||
inContext: context
|
||||
acquire: NO];
|
||||
}
|
||||
|
||||
- (SOGoAppointmentFolders *) calendarsFolderInContext: (WOContext *) context
|
||||
|
||||
Reference in New Issue
Block a user