mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-25 16:33:22 +00:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user