; Reference the xoauth2 method in nnimap-authenticator docstring
* lisp/gnus/nnimap.el (nnimap-authenticator): Update variable documentation to include xoauth2 method.
This commit is contained in:
parent
fd333fd214
commit
e2e8c892ce
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ Uses the same syntax as `nnmail-split-methods'.")
|
|||
(defvoo nnimap-authenticator nil
|
||||
"How nnimap authenticate itself to the server.
|
||||
Possible choices are nil (use default methods), `anonymous',
|
||||
`login', `plain' and `cram-md5'.")
|
||||
`login', `plain', `cram-md5' and `xoauth2'.")
|
||||
|
||||
(defvoo nnimap-expunge 'on-exit
|
||||
"When to expunge deleted messages.
|
||||
|
|
Loading…
Add table
Reference in a new issue