mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 19:05:25 +00:00
Restore SOGoMailAddOutgoingAddresses functionality
This commit is contained in:
@@ -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]];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user