From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: smtp crap Date: Tue, 11 Oct 2011 17:32:10 -0400 Message-ID: References: <8739f4kzp3.fsf@catnip.gol.com> <87ipo0p1bc.fsf@stupidchicken.com> <58C87CB9F44943A7BBE78F2D6B62A850@us.oracle.com> <83botsf06d.fsf@gnu.org> <83k48cxj85.fsf@gnu.org> <83fwizxwy1.fsf@gnu.org> <838vorxrbd.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1318368752 16615 80.91.229.12 (11 Oct 2011 21:32:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 11 Oct 2011 21:32:32 +0000 (UTC) Cc: cyd@stupidchicken.com, ding@gnus.org, emacs-devel@gnu.org, Eli Zaretskii , drew.adams@oracle.com, miles@gnu.org To: Lars Magne Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 11 23:32:25 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RDjw1-0001XC-AG for ged-emacs-devel@m.gmane.org; Tue, 11 Oct 2011 23:32:25 +0200 Original-Received: from localhost ([::1]:57798 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDjvz-0001xZ-Lc for ged-emacs-devel@m.gmane.org; Tue, 11 Oct 2011 17:32:23 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:33376) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDjvw-0001wZ-4Q for emacs-devel@gnu.org; Tue, 11 Oct 2011 17:32:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RDjvt-0000l4-Js for emacs-devel@gnu.org; Tue, 11 Oct 2011 17:32:18 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:56436) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDjvs-0000jz-D0; Tue, 11 Oct 2011 17:32:16 -0400 Original-Received: from faina.iro.umontreal.ca (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id p9BLW7d6018027; Tue, 11 Oct 2011 17:32:07 -0400 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id B0614B41EC; Tue, 11 Oct 2011 17:32:10 -0400 (EDT) In-Reply-To: (Lars Magne Ingebrigtsen's message of "Tue, 11 Oct 2011 21:46:16 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Level: X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0.2 X-NAI-Spam-Rules: 2 Rules triggered GEN_SPAM_FEATRE=0.2, RV4007=0 X-NAI-Spam-Version: 2.2.0.9286 : core <4007> : streams <690485> : uri <981244> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:144916 gmane.emacs.gnus.general:80307 Archived-At: > If you have a better help text to propose, this text is in the function > `sendmail-query-once' in the file sendmail.el. Edit accordingly. I've just changed it so it doesn't mess with message any more (especially since it wasn't done right) and it offers an OS-oblivious 3-way choice (using completing-read). Stefan