(smtp-primitive-rcptto): Fix typo.
authorueno <ueno>
Thu, 2 Nov 2000 19:20:48 +0000 (19:20 +0000)
committerueno <ueno>
Thu, 2 Nov 2000 19:20:48 +0000 (19:20 +0000)
smtp.el

diff --git a/smtp.el b/smtp.el
index 61d493d..3f8324a 100644 (file)
--- a/smtp.el
+++ b/smtp.el
@@ -464,10 +464,10 @@ of the host to connect to.  SERVICE is name of the service desired."
         response)
     (while recipients
       (smtp-send-command
-       process (format "RCPT TO:<%s>" (pop recipients))))
-    (setq response (smtp-read-response process))
-    (unless (memq (car response) '(250 251))
-      (smtp-response-error response))))
+       process (format "RCPT TO:<%s>" (pop recipients)))
+      (setq response (smtp-read-response process))
+      (unless (memq (car response) '(250 251))
+       (smtp-response-error response)))))
 
 (defun smtp-primitive-data (package)
   (let* ((connection