From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/10987 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: filling the References header Date: 19 May 1997 02:26:40 +0200 Message-ID: References: <29476.863566240@eeyore.ibcinc.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035150773 27623 80.91.224.250 (20 Oct 2002 21:52:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:52:53 +0000 (UTC) Return-Path: Original-Received: from sandy.calag.com (root@sandy [206.190.83.128]) by altair.xemacs.org (8.8.5/8.8.5) with ESMTP id SAA17463 for ; Sun, 18 May 1997 18:55:09 -0700 Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by sandy.calag.com (8.8.5/8.8.5) with ESMTP id SAA31283 for ; Sun, 18 May 1997 18:54:43 -0700 Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by xemacs.org (8.8.5/8.8.5) with SMTP id UAA16474 for ; Sun, 18 May 1997 20:53:58 -0500 (CDT) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Mon, 19 May 1997 03:12:47 +0200 Original-Received: (qmail 28585 invoked by uid 504); 19 May 1997 01:12:45 -0000 Original-Received: (qmail 28582 invoked from network); 19 May 1997 01:12:45 -0000 Original-Received: from ifi.uio.no (0@129.240.64.2) by claymore.vcinet.com with SMTP; 19 May 1997 01:12:44 -0000 Original-Received: from proletcult.slip.ifi.uio.no (root@ppp15.larris.ifi.uio.no [129.240.68.115]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Mon, 19 May 1997 03:12:41 +0200 Original-Received: (from larsi@localhost) by proletcult.slip.ifi.uio.no (8.8.2/8.8.2) id CAA22169; Mon, 19 May 1997 02:26:43 +0200 Mail-Copies-To: never Original-To: ding@gnus.org In-Reply-To: Greg Stark's message of 17 May 1997 03:35:26 -0400 X-Mailer: Gnus v5.4.54/Emacs 19.34 X-Face: &w!^oO~dS|}-P0~ge{$c!h\ writes: > You could fill it in message-send-mail just before passing it off to > the message-send-mail-function. Normally i would advocate for > letting the user see the message as nearly exactly as it will be > sent before sending it, but this seems like a reasonable exception. > > You might consider just putting a hook there and providing a > function that fills all the headers or a specified list of headers > before sending for users to put in that hook. Yes... but this feels a bit unclean. We want the default to be: 1a) No filling of the References header in news articles 1b) Filling of the References header in mails 2) The user should see the header as it will be sent These are somewhat contradictory. Adding `message-{mail,news}-filled-headers' variables seems like overkill. Hm. Perhaps `message-send-mail-hook' should just be initialized to `(message-fill-references)'? -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen