From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/81347 Path: news.gmane.org!not-for-mail From: Michael Cook Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-summary-resend-message and gcc Date: Mon, 13 Feb 2012 13:39:42 -0500 Message-ID: <874nuud1ch.fsf@waxrat.com> References: <87d39l15pq.fsf@waxrat.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1329158450 29857 80.91.229.3 (13 Feb 2012 18:40:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 13 Feb 2012 18:40:50 +0000 (UTC) Cc: ding@gnus.org To: Katsumi Yamaoka Original-X-From: ding-owner+M29627@lists.math.uh.edu Mon Feb 13 19:40:49 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Rx0pE-0002J8-81 for ding-account@gmane.org; Mon, 13 Feb 2012 19:40:33 +0100 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 1Rx0of-0004DV-2L; Mon, 13 Feb 2012 12:39:57 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Rx0od-0004DN-Jf for ding@lists.math.uh.edu; Mon, 13 Feb 2012 12:39:55 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1Rx0oc-0008Uj-Hf for ding@lists.math.uh.edu; Mon, 13 Feb 2012 12:39:55 -0600 Original-Received: from gs90.inmotionhosting.com ([66.117.14.157]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Rx0oa-0005o9-Os for ding@gnus.org; Mon, 13 Feb 2012 19:39:52 +0100 Original-Received: from c-24-91-16-60.hsd1.ma.comcast.net ([24.91.16.60]:43228 helo=marcy) by gs90.inmotionhosting.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1Rx0oS-0004iV-DA; Mon, 13 Feb 2012 10:39:44 -0800 Original-Received: from localhost ([::1] helo=marcy) by marcy with esmtp (Exim 4.72) (envelope-from ) id 1Rx0oQ-00031L-AA; Mon, 13 Feb 2012 13:39:42 -0500 In-Reply-To: (Katsumi Yamaoka's message of "Mon, 13 Feb 2012 10:51:19 +0900") User-Agent: Gnus/5.130002 (Ma Gnus v0.2) Emacs/23.1 (gnu/linux) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gs90.inmotionhosting.com X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - waxrat.com X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:81347 Archived-At: Katsumi Yamaoka writes: > Katsumi Yamaoka wrote: >> Michael Cook wrote: > [...] >>> But gnus-agent-possibly-do-gcc calls gnus-inews-do-gcc, which >>> seems to unconditionally do gcc. > >> But there should be no Gcc header in the message header then if >> all is going right. The `message-resend' function modifies or >> removes Gcc header according to `gnus-gcc-self-resent-messages', >> so you can try this hook to see how the message header is then: Turns out I had a message-header-setup-hook function that was adding the Gcc header. That used to do what I wanted, but is apparently no longer correct with the latest gnus. So, I've removed it. Thanks. Michael