emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/mail/smtpmail.el,v


From: Simon Josefsson
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/smtpmail.el,v
Date: Mon, 02 Oct 2006 07:49:01 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Simon Josefsson <jas>   06/10/02 07:49:00

Index: mail/smtpmail.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mail/smtpmail.el,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -b -r1.86 -r1.87
--- mail/smtpmail.el    28 Sep 2006 17:16:12 -0000      1.86
+++ mail/smtpmail.el    2 Oct 2006 07:48:59 -0000       1.87
@@ -554,7 +554,7 @@
                (>= (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))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]