mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 00:45:09 +00:00
Merge pull request #201 from inverse-inc/warning-removal-again
Warning removal, next part.
This commit is contained in:
@@ -869,7 +869,7 @@ static NSArray *infoKeys = nil;
|
||||
{
|
||||
error = [self validateForSend];
|
||||
if (!error)
|
||||
error = [co sendMail];
|
||||
error = [co sendMailAndCopyToSent: YES];
|
||||
else
|
||||
error = [self failedToSaveFormResponse: [error reason]];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user