From cee840c4971b77946b842478e82bb9db2b42fbe5 Mon Sep 17 00:00:00 2001 From: Andrew G Cohen Date: Fri, 10 May 2024 08:01:15 +0800 Subject: [PATCH] ; * lisp/mail/smtpmail.el (smtpmail-try-auth-method): quote symbol. (cherry picked from commit 082666e528646aa9a299bd77854305c9b8231015) --- lisp/mail/smtpmail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/smtpmail.el b/lisp/mail/smtpmail.el index ed21e777b28..98083c0489a 100644 --- a/lisp/mail/smtpmail.el +++ b/lisp/mail/smtpmail.el @@ -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 " -- 2.39.5