From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/81320 Path: news.gmane.org!not-for-mail From: Michael Cook Newsgroups: gmane.emacs.gnus.general Subject: gnus-summary-resend-message and gcc Date: Sat, 11 Feb 2012 15:21:37 -0500 Message-ID: <87d39l15pq.fsf@waxrat.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1328991778 13570 80.91.229.3 (11 Feb 2012 20:22:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 11 Feb 2012 20:22:58 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M29600@lists.math.uh.edu Sat Feb 11 21:22:58 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 1RwJTE-0001fG-P4 for ding-account@gmane.org; Sat, 11 Feb 2012 21:22:57 +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 1RwJSG-00011T-8X; Sat, 11 Feb 2012 14:21:56 -0600 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 1RwJSD-00011G-NW for ding@lists.math.uh.edu; Sat, 11 Feb 2012 14:21:53 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1RwJSB-0004B2-Vi for ding@lists.math.uh.edu; Sat, 11 Feb 2012 14:21:53 -0600 Original-Received: from gs90.inmotionhosting.com ([66.117.14.157]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1RwJSA-0005Vf-7j for ding@gnus.org; Sat, 11 Feb 2012 21:21:50 +0100 Original-Received: from c-24-91-16-60.hsd1.ma.comcast.net ([24.91.16.60]:57953 helo=marcy) by gs90.inmotionhosting.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1RwJRz-0001tb-Tu for ding@gnus.org; Sat, 11 Feb 2012 12:21:40 -0800 Original-Received: from localhost ([::1] helo=marcy) by marcy with esmtp (Exim 4.72) (envelope-from ) id 1RwJRy-0001Tf-0c for ding@gnus.org; Sat, 11 Feb 2012 15:21:38 -0500 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:81320 Archived-At: When I resend a message (gnus-summary-resend-message), a copy gets Gcc'ed into my gcc group. This didn't happen until recently after I updated to the latest git code (which I hadn't done in long time). Poking around in the code, I see that gnus-summary-resend-message adds gnus-agent-possibly-do-gcc to message-sent-hook, and adds gnus-summary-resend-message-insert-gcc to message-header-setup-hook. gnus-summary-resend-message-insert-gcc heeds gnus-gcc-self-resent-messages, which I've set to 'none. But gnus-agent-possibly-do-gcc calls gnus-inews-do-gcc, which seems to unconditionally do gcc. Is something broken here? How do I get gnus-summary-resend-message not to do gcc? Michael