mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-09 10:25:08 +00:00
merge of '0b64839fea2e383dcc57f754615f294e164d5826'
and '9cd374b5145ecb4b9e8a0e2131e87d85796cbba9' Monotone-Parent: 0b64839fea2e383dcc57f754615f294e164d5826 Monotone-Parent: 9cd374b5145ecb4b9e8a0e2131e87d85796cbba9 Monotone-Revision: c3a6f31e848fe565a228ae5d9bf30dfdc905bea8 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-10-18T18:58:55 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -571,7 +571,7 @@ static NSString *defaultUserID = @"anyone";
|
||||
result = nil;
|
||||
else
|
||||
result = [NSException exceptionWithHTTPStatus: 500
|
||||
reason: @"Couldn't copy UIDs."];
|
||||
reason: [[[result objectForKey: @"RawResponse"] objectForKey: @"ResponseResult"] objectForKey: @"description"]];
|
||||
}
|
||||
else
|
||||
result = [NSException exceptionWithHTTPStatus: 500
|
||||
|
||||
Reference in New Issue
Block a user