From a2444361758cb0cdb2941c39e638cdb607fe7c4c Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 4 May 2025 09:47:49 +0300 Subject: [PATCH] ; * lisp/gnus/mail-source.el (mail-sources): Fix a typo (bug#78235). (cherry picked from commit 81629b2b2ba282136bc5055bbaa0302321306e61) --- lisp/gnus/mail-source.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/gnus/mail-source.el b/lisp/gnus/mail-source.el index 954dce92e84..5bf7c7c2b94 100644 --- a/lisp/gnus/mail-source.el +++ b/lisp/gnus/mail-source.el @@ -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 -- 2.39.5