mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-27 14:25:32 +00:00
Monotone-Parent: 2e84cd33211e690f4a1d23f18f557220df113d36
Monotone-Revision: a62274e4f237a8d859323dac4cb26008cc301b18 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-10-23T17:37:21 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -155,8 +155,7 @@
|
||||
client = [NGSmtpClient smtpClient];
|
||||
if ([client connectToHost: smtpServer])
|
||||
{
|
||||
if ([client hello]
|
||||
&& [client mailFrom: sender])
|
||||
if ([client mailFrom: sender])
|
||||
{
|
||||
toErrors = 0;
|
||||
addresses = [recipients objectEnumerator];
|
||||
|
||||
Reference in New Issue
Block a user