Restore SOGoMailAddOutgoingAddresses functionality

This commit is contained in:
Francis Lachapelle
2016-08-12 11:38:05 -04:00
parent 3d281c2f39
commit 287c57c994
4 changed files with 16 additions and 5 deletions
+1 -1
View File
@@ -864,7 +864,7 @@ static NSArray *infoKeys = nil;
{
error = [self validateForSend];
if (!error)
error = [co sendMailAndCopyToSent: YES];
error = [co sendMail];
else
error = [self failedToSaveFormResponse: [error reason]];
}