Monotone-Parent: 7b5f08442cc8a464b29abb66c14ba679da84d277

Monotone-Revision: 504efed918c1affc532bdcc00196349809e53460

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-09-02T02:57:12
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2008-09-02 02:57:12 +00:00
parent ad5221ed0e
commit 2a61987803
6 changed files with 29 additions and 14 deletions
+2 -1
View File
@@ -57,6 +57,7 @@ static BOOL debugOn = YES;
- (void) dealloc
{
[imap4URL release];
[imap4 release];
[super dealloc];
}
@@ -121,7 +122,7 @@ static BOOL debugOn = YES;
imap4 = [[self mailManager] connectionForURL: [self imap4URL]
password: [self imap4Password]];
if (imap4)
[imap4 retain];
[imap4 retain];
else
[self errorWithFormat:@"Could not connect IMAP4."];
}