; * lisp/mail/smtpmail.el (smtpmail-try-auth-method): quote symbol.

This commit is contained in:
Andrew G Cohen 2024-05-10 08:01:15 +08:00
parent 42c0686d61
commit 082666e528

View file

@ -638,7 +638,7 @@ USER and PASSWORD should be non-nil."
235))
(cl-defmethod smtpmail-try-auth-method
(process (_mech (eql xoauth2)) user password)
(process (_mech (eql 'xoauth2)) user password)
(smtpmail-command-or-throw
process
(concat "AUTH XOAUTH2 "