Mercurial > emacs
changeset 64416:3b19cfc14a51
(smtpmail-auth-supported): Prefer PLAIN over LOGIN.
author | Simon Josefsson <jas@extundo.com> |
---|---|
date | Sun, 17 Jul 2005 07:44:20 +0000 |
parents | 20316aca215e |
children | 2ef3675bf3a9 |
files | lisp/mail/smtpmail.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/smtpmail.el Sun Jul 17 07:43:29 2005 +0000 +++ b/lisp/mail/smtpmail.el Sun Jul 17 07:44:20 2005 +0000 @@ -207,7 +207,7 @@ (defvar smtpmail-queue-index (concat smtpmail-queue-dir smtpmail-queue-index-file)) -(defconst smtpmail-auth-supported '(cram-md5 login plain) +(defconst smtpmail-auth-supported '(cram-md5 plain login) "List of supported SMTP AUTH mechanisms.") ;;;