Files
emacs/lisp/mail
Robert Pluim 2385bf3397 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)
2022-08-25 15:22:39 +02:00
..
2022-07-28 15:07:34 +02:00
2022-07-11 11:30:00 +02:00
2022-07-28 15:32:42 +02:00
2022-08-04 23:35:46 +02:00
2022-08-22 19:22:33 +02:00
2022-08-04 23:35:46 +02:00