projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd333fd
)
; Reference the xoauth2 method in nnimap-authenticator docstring
author
Jakub Ječmínek
<kuba@kubajecminek.cz>
Tue, 19 Mar 2024 20:34:57 +0000
(21:34 +0100)
committer
Eric Abrahamsen
<eric@ericabrahamsen.net>
Fri, 10 May 2024 00:02:18 +0000
(17:02 -0700)
* lisp/gnus/nnimap.el (nnimap-authenticator): Update variable
documentation to include xoauth2 method.
lisp/gnus/nnimap.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/nnimap.el
b/lisp/gnus/nnimap.el
index 17a55f988c9b09dacefd50702bd0308153d30c00..c61dfecfa7afab919006b565373d4497780487ca 100644
(file)
--- 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.