From: Jakub Ječmínek Date: Tue, 19 Mar 2024 20:34:57 +0000 (+0100) Subject: ; Reference the xoauth2 method in nnimap-authenticator docstring X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~1576 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e2e8c892ceaf27dcde9049f4a757d8fa853fe54a;p=emacs.git ; Reference the xoauth2 method in nnimap-authenticator docstring * lisp/gnus/nnimap.el (nnimap-authenticator): Update variable documentation to include xoauth2 method. --- diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el index 17a55f988c9..c61dfecfa7a 100644 --- a/lisp/gnus/nnimap.el +++ b/lisp/gnus/nnimap.el @@ -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.