mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-29 23:25:27 +00:00
reindent
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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user