From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/50329 Path: main.gmane.org!not-for-mail From: kai.grossjohann@uni-duisburg.de (Kai =?iso-8859-1?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: Envelope sender lost from sending after gnus-draft-edit-message Date: Mon, 24 Feb 2003 08:03:00 +0100 Organization: University of Duisburg, Germany Sender: owner-ding@hpc.uh.edu Message-ID: <84k7fq17q3.fsf@lucy.is.informatik.uni-duisburg.de> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1046073728 19057 80.91.224.249 (24 Feb 2003 08:02:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 24 Feb 2003 08:02:08 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18nDYt-0004xB-00 for ; Mon, 24 Feb 2003 09:02:07 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18nDYY-0007Z3-00; Mon, 24 Feb 2003 02:01:46 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 24 Feb 2003 02:02:45 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id CAA04473 for ; Mon, 24 Feb 2003 02:02:34 -0600 (CST) Original-Received: (qmail 84770 invoked by alias); 24 Feb 2003 08:01:30 -0000 Original-Received: (qmail 84764 invoked from network); 24 Feb 2003 08:01:29 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by 66.230.238.6 with SMTP; 24 Feb 2003 08:01:29 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 18nDnP-0001n8-00 for ; Mon, 24 Feb 2003 09:17:07 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 22 Original-NNTP-Posting-Host: lucy.is.informatik.uni-duisburg.de Original-X-Trace: quimby.gnus.org 1046074627 6889 134.91.35.216 (24 Feb 2003 08:17:07 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 24 Feb 2003 08:17:07 GMT User-Agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.3.50 Cancel-Lock: sha1:ia3IZZNmvvQGiZhNe+cQJtiWLFY= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:50329 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:50329 "Andrew A. Raines" writes: > What's the difference sendmail-wise between hitting `C-c C-c' on a > newly composed messge and doing it after `D e'? Gnus (sometimes) passes "-f foo" as an arg to sendmail, where the foo comes from a (buffer-local?) variable. If you store the message in the drafts group, then edit it from there, the variable might have another value altogether, especially if the original value was buffer-local to begin with. Maybe it would work to remember all buffer-local variables when saving a draft, so that they can be restored on `D e'. To fix this particular problem, only the value for the -f arg needs to be remembered, though. (From a later message I gather that you think that Gnus has a bug there. I agree. I don't think that Jesper wanted to convince you there is no bug, he just wanted to explain.) -- A preposition is not a good thing to end a sentence with.