From unknown Wed Aug 20 02:47:13 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#12608 <12608@debbugs.gnu.org> To: bug#12608 <12608@debbugs.gnu.org> Subject: Status: 24.2.50; typo in docstring of starttls-extra-arguments Reply-To: bug#12608 <12608@debbugs.gnu.org> Date: Wed, 20 Aug 2025 09:47:13 +0000 retitle 12608 24.2.50; typo in docstring of starttls-extra-arguments reassign 12608 emacs submitter 12608 Kazuhiro Ito severity 12608 minor tag 12608 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 09 05:55:48 2012 Received: (at submit) by debbugs.gnu.org; 9 Oct 2012 09:55:48 +0000 Received: from localhost ([127.0.0.1]:34679 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TLWXT-0002jU-Ru for submit@debbugs.gnu.org; Tue, 09 Oct 2012 05:55:48 -0400 Received: from eggs.gnu.org ([208.118.235.92]:55768) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TLWXQ-0002ie-D5 for submit@debbugs.gnu.org; Tue, 09 Oct 2012 05:55:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TLWWj-0007Qn-5g for submit@debbugs.gnu.org; Tue, 09 Oct 2012 05:55:06 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:54554) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLWWj-0007QR-2x for submit@debbugs.gnu.org; Tue, 09 Oct 2012 05:55:01 -0400 Received: from eggs.gnu.org ([208.118.235.92]:59389) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLWWd-0003VB-Cm for bug-gnu-emacs@gnu.org; Tue, 09 Oct 2012 05:55:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TLWWZ-0007PX-Br for bug-gnu-emacs@gnu.org; Tue, 09 Oct 2012 05:54:55 -0400 Received: from msa105.auone-net.jp ([61.117.18.165]:55313) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLWWZ-0007P6-2J for bug-gnu-emacs@gnu.org; Tue, 09 Oct 2012 05:54:51 -0400 Received: from GUNGNIR.med.osaka-cu.ac.jp (180-144-171-28f1.nar1.eonet.ne.jp [180.144.171.28]) by msa105.auone-net.jp (au one net msa) with ESMTP id DE1C92C803A; Tue, 9 Oct 2012 18:54:44 +0900 (JST) Date: Tue, 09 Oct 2012 18:54:41 +0900 Message-ID: <87zk3wc6n2.wl%%xmue@d1.dion.ne.jp> From: Kazuhiro Ito To: bug-gnu-emacs@gnu.org Subject: 24.2.50; typo in docstring of starttls-extra-arguments User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 EasyPG/1.0.0 Emacs/24.2.50 (i386-mingw-nt6.1.7601) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -3.5 (---) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.5 (---) I noticed wrong docstring of starttls-extra-arguments. Please confirm the below patch. === modified file 'lisp/gnus/starttls.el' --- lisp/gnus/starttls.el 2012-01-19 07:21:25 +0000 +++ lisp/gnus/starttls.el 2012-10-08 23:24:53 +0000 @@ -149,7 +149,7 @@ :group 'starttls) (defcustom starttls-extra-arguments nil - "Extra arguments to `starttls-program'. + "Extra arguments to `starttls-gnutls-program'. These apply when GnuTLS is used, i.e. when `starttls-use-gnutls' is non-nil. For example, non-TLS compliant servers may require -- Kazuhiro Ito From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 09 13:56:59 2012 Received: (at 12608-done) by debbugs.gnu.org; 9 Oct 2012 17:56:59 +0000 Received: from localhost ([127.0.0.1]:36083 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TLe37-0002OM-Tq for submit@debbugs.gnu.org; Tue, 09 Oct 2012 13:56:58 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:43133 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TLe35-0002O8-79 for 12608-done@debbugs.gnu.org; Tue, 09 Oct 2012 13:56:56 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1TLe2V-0000oh-VJ; Tue, 09 Oct 2012 13:56:20 -0400 From: Glenn Morris To: 12608-done@debbugs.gnu.org Subject: Re: bug#12608: 24.2.50; typo in docstring of starttls-extra-arguments References: <87zk3wc6n2.wl%%xmue@d1.dion.ne.jp> X-Spook: ASLET Lon Horiuchi hackers militia Chobetsu event X-Ran: slXh@PDt(HJ'\{t\j,jD"`&9_>)cZ3q:8~:/9`FL\20KT:L#xhGOg~,66M=/U8|f=,GEk? X-Hue: red X-Attribution: GM Date: Tue, 09 Oct 2012 13:56:19 -0400 In-Reply-To: <87zk3wc6n2.wl%%xmue@d1.dion.ne.jp> (Kazuhiro Ito's message of "Tue, 09 Oct 2012 18:54:41 +0900") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.3 (------) X-Debbugs-Envelope-To: 12608-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.3 (------) Version: 24.3 Thanks; applied to emacs-24 branch. (I must say, it seems confusing to have one option called starttls-extra-args and one called starttls-extra-arguments.) From unknown Wed Aug 20 02:47:13 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 07 Nov 2012 12:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator