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"))
|
(string :tag "Program"))
|
||||||
(group :inline t
|
(group :inline t
|
||||||
(const :format ""
|
(const :format ""
|
||||||
:value :authenticator)
|
:value :authentication)
|
||||||
(choice :tag "Authenticator"
|
(choice :tag "Authentication"
|
||||||
:value login
|
:value login
|
||||||
,@mail-source-imap-authenticators))
|
,@mail-source-imap-authenticators))
|
||||||
(group :inline t
|
(group :inline t
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue