* bug#69902: [PATCH] Reference the xoauth2 method in nnimap-authenticator docstring
@ 2024-03-19 20:58 Jakub Ječmínek via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-04-01 21:14 ` 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
0 siblings, 2 replies; 4+ messages in thread
From: Jakub Ječmínek via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2024-03-19 20:58 UTC (permalink / raw)
To: 69902
[-- 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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* bug#69902: [PATCH] Reference the xoauth2 method in nnimap-authenticator docstring
2024-03-19 20:58 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-04-01 21:14 ` 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
1 sibling, 0 replies; 4+ messages in thread
From: Jakub Ječmínek via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2024-04-01 21:14 UTC (permalink / raw)
To: 69902; +Cc: Eric Abrahamsen, Eli Zaretskii
Jakub Ječmínek <kuba@kubajecminek.cz> writes:
> 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.
Ping.
--
Kuba Ječmínek (http://kubajecminek.cz)
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#69902: [PATCH] Reference the xoauth2 method in nnimap-authenticator docstring
2024-03-19 20:58 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-04-01 21:14 ` 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
1 sibling, 1 reply; 4+ messages in thread
From: Jakub Ječmínek via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2024-05-09 19:59 UTC (permalink / raw)
To: 69902; +Cc: Eric Abrahamsen, Eli Zaretskii
Jakub Ječmínek <kuba@kubajecminek.cz> writes:
> Jakub Ječmínek <kuba@kubajecminek.cz> writes:
>
>> 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.
>
> Ping.
Ping. I know that everybody is busy, but this is very simple change.
--
Kuba Ječmínek (http://kubajecminek.cz)
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#69902: [PATCH] Reference the xoauth2 method in nnimap-authenticator docstring
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
0 siblings, 0 replies; 4+ messages in thread
From: Eric Abrahamsen @ 2024-05-10 0:03 UTC (permalink / raw)
To: Jakub Ječmínek; +Cc: Eli Zaretskii, 69902-done
Jakub Ječmínek <kuba@kubajecminek.cz> writes:
> Jakub Ječmínek <kuba@kubajecminek.cz> writes:
>
>> Jakub Ječmínek <kuba@kubajecminek.cz> writes:
>>
>>> 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.
>>
>> Ping.
>
> Ping. I know that everybody is busy, but this is very simple change.
Somehow I missed this (twice), thanks for the nudge. Patch applied.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-05-10 0:03 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-19 20:58 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-04-01 21:14 ` 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
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).