diff options
author | Robert Pluim <rpluim@gmail.com> | 2022-08-25 18:13:16 +0200 |
---|---|---|
committer | Robert Pluim <rpluim@gmail.com> | 2022-08-25 18:14:55 +0200 |
commit | ba64d091568f67bb648ad2d8cde61c7cf6fabf8e (patch) | |
tree | a79822ace8c34e80256393349b7ebd1568139197 /test/lisp/obarray-tests.el | |
parent | 9e03e29c4ea275e03598163e48b56ab96b9063bf (diff) | |
download | emacs-ba64d091568f67bb648ad2d8cde61c7cf6fabf8e.tar.gz emacs-ba64d091568f67bb648ad2d8cde61c7cf6fabf8e.tar.bz2 emacs-ba64d091568f67bb648ad2d8cde61c7cf6fabf8e.zip |
Treat smtp-auth method from auth-info as a symbol
The lookup of the SMTP auth method is done based on symbols, but
sometimes the requested value comes from `auth-info', in which case it
is a string, so call `intern-soft' to convert it to a symbol (which
does nothing if it's already a symbol).
* lisp/mail/smtpmail.el (smtpmail-try-auth-methods): Call
`intern-soft' on the smtp-auth key's value. (Bug#57373)
Do not merge to master
Diffstat (limited to 'test/lisp/obarray-tests.el')
0 files changed, 0 insertions, 0 deletions