From 0ea9cd007235649f549e5b69e1cea2a82109d5bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?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. --- 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 @@ nnimap-unsplittable-articles (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.42.0