Monotone-Parent: d4edd90811440e920dfccfcb2c0e4305732b5cfc
Monotone-Revision: 158571d4f7e1fd1da2b47567f93275d509fff71d

Monotone-Author: crobert@inverse.ca
Monotone-Date: 2009-07-02T17:06:21
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
C Robert 2009-07-02 17:06:21 +00:00
parent e4d27f349b
commit f36a8dd185

View file

@ -62,12 +62,12 @@
connection = [co imap4Connection];
error = [connection createMailbox: folderName atURL: [co imap4URL]];
if (error)
{
response = [self responseWithStatus: 500];
[response appendContentString: @"Unable to create folder."];
}
{
response = [self responseWithStatus: 500];
[response appendContentString: @"Unable to create folder."];
}
else
response = [self responseWith204];
response = [self responseWith204];
}
else
{