mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
; * lisp/gnus/mail-source.el (mail-sources): Fix a typo (bug#78235).
This commit is contained in:
parent
28a276efe8
commit
81629b2b2b
1 changed files with 2 additions and 2 deletions
|
|
@ -201,8 +201,8 @@ Leave mails for this many days" :value 14)))))
|
|||
(string :tag "Program"))
|
||||
(group :inline t
|
||||
(const :format ""
|
||||
:value :authenticator)
|
||||
(choice :tag "Authenticator"
|
||||
:value :authentication)
|
||||
(choice :tag "Authentication"
|
||||
:value login
|
||||
,@mail-source-imap-authenticators))
|
||||
(group :inline t
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue