From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master 2385bf3397: Treat smtp-auth method from auth-info as a symbol Date: Thu, 25 Aug 2022 19:04:35 +0300 Message-ID: <83r1142tt8.fsf@gnu.org> References: <166143376789.20998.11367094880977429471@vcs2.savannah.gnu.org> <20220825132248.2C126C0088A@vcs2.savannah.gnu.org> <8735dkz6y2.fsf@gmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28404"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Robert Pluim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Aug 25 18:09:52 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oRFQV-0007D6-R9 for ged-emacs-devel@m.gmane-mx.org; Thu, 25 Aug 2022 18:09:51 +0200 Original-Received: from localhost ([::1]:47472 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oRFQU-0006E9-Iy for ged-emacs-devel@m.gmane-mx.org; Thu, 25 Aug 2022 12:09:50 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38210) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oRFLF-0002Fv-45 for emacs-devel@gnu.org; Thu, 25 Aug 2022 12:04:25 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:50254) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oRFLE-00032M-NJ; Thu, 25 Aug 2022 12:04:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=qlBEf7qDBeEBxArK1Eo6hRCb+czbQ9cBKTbGlNnxvgw=; b=TOxZlFkLFgde QWvyNQtkNLpVmgvmg2UhuzeDk26eiKhvnI3/EEa8SUbWykVWYM1ZcDwIGgFPofIc6R+oiBZshsZe8 GfYJjzlrs637NdK9Maonn86xYaOoMmxXzRw6UuOpKL2LTmb+jTFLysupQlxPogrpr6wer5it7rK9c Qko950wDOgSVe98W7wfA2gYh3b0425+53pPQDxr0s4RzRewSqVgVIkutKU+bUjWjnsoMOUskdh/da 4JPdWipMw5R3cenGUTGfMmO1HD5LT1eXIzRfKhIM007crCzEoL+VBmARw0luUNkvuQ0hAAQJHpTF5 MQ3fqI3wt/78oOhLDZnNSg==; Original-Received: from [87.69.77.57] (port=4988 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oRFLD-0005PJ-Vu; Thu, 25 Aug 2022 12:04:24 -0400 In-Reply-To: <8735dkz6y2.fsf@gmail.com> (message from Robert Pluim on Thu, 25 Aug 2022 17:19:49 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:294092 Archived-At: > From: Robert Pluim > Date: Thu, 25 Aug 2022 17:19:49 +0200 > > I just realised this is a feature introduced in emacs-28, not > emacs-29, so perhaps a similar fix should go to the release branch as > well? Fine by me, thanks.