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:
Wolfgang Sourdeau
2008-10-23 17:37:21 +00:00
parent a6b4207510
commit 1be3bd22c1
2 changed files with 6 additions and 2 deletions
+1 -2
View File
@@ -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];