From 369239a21f0c50c169f44621b526f57e633555bf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jakub=20Je=C4=8Dm=C3=ADnek?= Date: Tue, 19 Mar 2024 21:34:57 +0100 Subject: [PATCH] ; Reference the xoauth2 method in nnimap-authenticator docstring * lisp/gnus/nnimap.el (nnimap-authenticator): Update variable documentation to include xoauth2 method. (cherry picked from commit e2e8c892ceaf27dcde9049f4a757d8fa853fe54a) --- lisp/gnus/nnimap.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5