From 6c77efbed3968cbe066138c098e26f928d1150ce Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Mon, 2 Oct 2006 07:48:59 +0000 Subject: [PATCH] 2006-10-02 MIYOSHI Masanori (tiny change) * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in 2006-09-28 commit. --- lisp/ChangeLog | 5 +++++ lisp/mail/smtpmail.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5d04d05733c..256b793c244 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2006-10-02 MIYOSHI Masanori (tiny change) + + * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in + 2006-09-28 commit. + 2006-10-02 Kenichi Handa * international/code-pages.el (iso-8859-6): Table fixed. diff --git a/lisp/mail/smtpmail.el b/lisp/mail/smtpmail.el index a39950a6b65..9557844a32a 100644 --- a/lisp/mail/smtpmail.el +++ b/lisp/mail/smtpmail.el @@ -554,7 +554,7 @@ This is relative to `smtpmail-queue-dir'.") (>= (car ret) 400)) (throw 'done nil)) (smtpmail-send-command - process (base64-encode-string (smtpmail-cred-user cred t))) + process (base64-encode-string (smtpmail-cred-user cred) t)) (if (or (null (car (setq ret (smtpmail-read-response process)))) (not (integerp (car ret))) (>= (car ret) 400)) -- 2.39.2