Fix behaviour change in error handling, introduced by commit f284fb71dda0ea9754f1582c6951d5f462e947bc

As pointed out on https://github.com/inverse-inc/sogo/pull/201#discussion_r54881994
pull/201/head
Patrice Levesque 2016-03-07 10:50:17 -05:00
parent c3f69416be
commit 990a5f4823
1 changed files with 1 additions and 1 deletions

View File

@ -869,7 +869,7 @@ static NSArray *infoKeys = nil;
{
error = [self validateForSend];
if (!error)
error = [co sendMailAndCopyToSent: false];
error = [co sendMailAndCopyToSent: YES];
else
error = [self failedToSaveFormResponse: [error reason]];
}