; * lisp/mail/smtpmail.el (smtpmail-try-auth-method): quote symbol.
This commit is contained in:
parent
42c0686d61
commit
082666e528
1 changed files with 1 additions and 1 deletions
|
@ -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 "
|
||||
|
|
Loading…
Add table
Reference in a new issue