From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/69636 Path: news.gmane.org!not-for-mail From: Andreas Seltenreich Newsgroups: gmane.emacs.gnus.general Subject: Re: Editing References; Bug in ` message-generate-headers'? Date: Thu, 22 Apr 2010 10:15:16 +0200 Message-ID: <87zl0v7vjf.fsf@gate450.dyndns.org> References: <87ir20439n.fsf@newsguy.com> <87bq7psqmk.fsf@newsguy.com> <200801160722.m0G7MfWs003628@sallyv1.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1271924140 25202 80.91.229.12 (22 Apr 2010 08:15:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 22 Apr 2010 08:15:40 +0000 (UTC) Cc: ding@gnus.org To: Dan Nicolaescu Original-X-From: ding-owner+M18027@lists.math.uh.edu Thu Apr 22 10:15:38 2010 connect(): No such file or directory Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O4rZN-000759-Ou for ding-account@gmane.org; Thu, 22 Apr 2010 10:15:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1O4rZL-00028s-5s; Thu, 22 Apr 2010 03:15:31 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1O4rZJ-00028U-Pi for ding@lists.math.uh.edu; Thu, 22 Apr 2010 03:15:29 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1O4rZH-0003NI-TY for ding@lists.math.uh.edu; Thu, 22 Apr 2010 03:15:29 -0500 Original-Received: from smtp1.rz.uni-karlsruhe.de ([129.13.185.217] ident=Debian-exim) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1O4rZH-00072x-00 for ; Thu, 22 Apr 2010 10:15:27 +0200 Original-Received: from rzstud2.stud.uni-karlsruhe.de (rzstud2.stud.uni-karlsruhe.de [193.196.41.42]) by smtp1.rz.uni-karlsruhe.de with esmtps (Exim 4.63 #1) id 1O4rZ7-0002fC-D5; Thu, 22 Apr 2010 10:15:17 +0200 Original-Received: from uwi7 by rzstud2.stud.uni-karlsruhe.de with local (Exim 4.63) (envelope-from ) id 1O4rZ6-0007V0-6T; Thu, 22 Apr 2010 10:15:16 +0200 In-Reply-To: (Reiner Steib's message of "Wed, 16 Jan 2008 22:50:33 +0100") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux) Mail-Followup-To: Dan Nicolaescu ,ding@gnus.org, andreas+ding@gate450.dyndns.org X-Hashcash: 1:26:100422:dann@ics.uci.edu::3Yb2MNqm+2w3NzKU:2NIMN X-Hashcash: 1:26:100422:ding@gnus.org::f5nANRRvB3G/FLaW:GrKKH X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:69636 Archived-At: Reiner Steib writes: > On Wed, Jan 16 2008, Dan Nicolaescu wrote: > >> And this has the bad property that even if you do >> (setq message-hidden-headers nil) >> >> and then remove the "References" header, it will still get added to the >> message when the message is sent. >> Is this considered a good idea? > [...] > Andreas Seltenreich proposed a patch (see below), but I didn't have > time to test it. Anyone? Just found this fix again while salvaging changes from my obsolete CVS working directory. It's been working inconspicuously for three years, so I've grown a bit more confident it won't cause notable regressions. Pushing it now. regards, andreas