Monotone-Parent: 7c6f65f1d27ee88ab6f33a9d588f2f9f9f3ea54b

Monotone-Revision: ef8d14f35a0201fb30074fc2e88eab645eadb392

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-10-06T22:19:26
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2009-10-06 22:19:26 +00:00
parent 3b0806519c
commit 08a897780e
2 changed files with 5 additions and 2 deletions
-2
View File
@@ -649,7 +649,6 @@ static NSString *spoolFolder = nil;
- (NSException *) delete
{
/* Note: overrides SOGoObject -delete */
return [[self imap4Connection] deleteMailboxAtURL:[self imap4URL]];
}
@@ -1281,7 +1280,6 @@ static NSString *spoolFolder = nil;
{
if (imap4id)
*imap4id = [self IMAP4IDFromAppendResult: result];
[client unselect];
}
else
error = [NSException exceptionWithHTTPStatus: 500 /* Server Error */