all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Jakub Ječmínek via Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: 69902@debbugs.gnu.org
Subject: bug#69902: [PATCH] Reference the xoauth2 method in nnimap-authenticator docstring
Date: Tue, 19 Mar 2024 20:58:10 +0000	[thread overview]
Message-ID: <87sf0mgcrl.fsf@kubajecminek.cz> (raw)

[-- Attachment #1: Type: text/plain, Size: 311 bytes --]

Tags: patch

Hello, I'm attaching a patch that updates the documentation in
`nnimap-authenticator' variable to include the `xoauth2' method as a
valid option. Although it is already referenced in the Gnus manual, it
is missing from the docstring.

Best

--
Kuba Ječmínek (http://kubajecminek.cz)


[-- Attachment #2: 0001-Reference-the-xoauth2-method-in-nnimap-authenticator.patch --]
[-- Type: text/patch, Size: 976 bytes --]

From 0ea9cd007235649f549e5b69e1cea2a82109d5bb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jakub=20Je=C4=8Dm=C3=ADnek?= <kuba@kubajecminek.cz>
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


             reply	other threads:[~2024-03-19 20:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-19 20:58 Jakub Ječmínek via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2024-04-01 21:14 ` bug#69902: [PATCH] Reference the xoauth2 method in nnimap-authenticator docstring Jakub Ječmínek via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-05-09 19:59 ` Jakub Ječmínek via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-05-10  0:03   ` Eric Abrahamsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87sf0mgcrl.fsf@kubajecminek.cz \
    --to=bug-gnu-emacs@gnu.org \
    --cc=69902@debbugs.gnu.org \
    --cc=kuba@kubajecminek.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.