mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 14:43:31 +00:00
See ChangeLog.
Monotone-Parent: 0bc4e04aaead15b626a732a223ebf47ee22e73f0 Monotone-Revision: 28cde64403e65a1ebeda3a984650fd31d8614f29 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-05-29T14:20:06
This commit is contained in:
@@ -653,10 +653,7 @@ static NSArray *infoKeys = nil;
|
||||
|
||||
if (![self hasOneOrMoreRecipients])
|
||||
error = [NSException exceptionWithHTTPStatus: 400 /* Bad Request */
|
||||
reason: @"Please select a recipient!"];
|
||||
else if ([[self subject] length] == 0)
|
||||
error = [NSException exceptionWithHTTPStatus: 400 /* Bad Request */
|
||||
reason: @"Please set a subject!"];
|
||||
reason: [self labelForKey: @"error_missingrecipients"]];
|
||||
else
|
||||
error = nil;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user