]> git.eshelyaron.com Git - emacs.git/commitdiff
; Reference the xoauth2 method in nnimap-authenticator docstring
authorJakub Ječmínek <kuba@kubajecminek.cz>
Tue, 19 Mar 2024 20:34:57 +0000 (21:34 +0100)
committerEshel Yaron <me@eshelyaron.com>
Fri, 10 May 2024 13:36:50 +0000 (15:36 +0200)
* lisp/gnus/nnimap.el (nnimap-authenticator): Update variable
documentation to include xoauth2 method.

(cherry picked from commit e2e8c892ceaf27dcde9049f4a757d8fa853fe54a)

lisp/gnus/nnimap.el

index 17a55f988c9b09dacefd50702bd0308153d30c00..c61dfecfa7afab919006b565373d4497780487ca 100644 (file)
@@ -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.