From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/48617 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: No References header when using drafts Date: Thu, 02 Jan 2003 21:53:56 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <84znqmi55i.fsf@lucy.cs.uni-dortmund.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1041540847 15212 80.91.224.249 (2 Jan 2003 20:54:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 2 Jan 2003 20:54:07 +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 18UCLu-0003x9-00 for ; Thu, 02 Jan 2003 21:54:06 +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 18UCM5-0000RM-00; Thu, 02 Jan 2003 14:54:17 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 02 Jan 2003 14:55:10 -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 OAA25267 for ; Thu, 2 Jan 2003 14:54:57 -0600 (CST) Original-Received: (qmail 8090 invoked by alias); 2 Jan 2003 20:54:00 -0000 Original-Received: (qmail 8085 invoked from network); 2 Jan 2003 20:54:00 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by 66.230.238.6 with SMTP; 2 Jan 2003 20:54:00 -0000 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.6/8.12.6) with ESMTP id h02KruRr016830 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Thu, 2 Jan 2003 21:53:56 +0100 Original-To: ding@gnus.org Mail-Copies-To: nobody X-Payment: hashcash 1.1 0:030102:ding@gnus.org:79a21090ddec59ed X-Hashcash: 0:030102:ding@gnus.org:79a21090ddec59ed In-Reply-To: (Lars Magne Ingebrigtsen's message of "Thu, 02 Jan 2003 19:30:39 +0100") User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:48617 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:48617 Lars Magne Ingebrigtsen writes: > Simon Josefsson writes: > >>> With this, you don't need X-Draft-From anymore: you can just generate >>> all the headers at the time of writing the file. >> >> Doesn't X-Draft-From influence e.g. posting styles, which in turn >> could influence e.g. which SMTP server is eventually used? > > Hm... It's possible that people have written posting styles that > depend on X-Draft-From, but it seems kinda unlikely. The information > available there is much more easily accessible from the > `gnus-newsgroup-name' variable, I'd have thought. Yes, but isn't the gnus-newsgroup-name initialized from the X-Draft-From header when you edit a draft? I assumed that was what it was there for, but I probably never looked at the code.