From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/65942 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: keep Gcc: field in buffer after sending Date: Tue, 11 Dec 2007 17:10:40 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <86zlwgg74f.fsf@lifelogs.com> References: <874pex4ts6.fsf@jidanni.org> <864pepjiqn.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1197414727 13989 80.91.229.12 (11 Dec 2007 23:12:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 11 Dec 2007 23:12:07 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M14436@lists.math.uh.edu Wed Dec 12 00:12:18 2007 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.50) id 1J2EGB-000102-SX for ding-account@gmane.org; Wed, 12 Dec 2007 00:11:32 +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 1J2EFa-0005K3-7M; Tue, 11 Dec 2007 17:10:54 -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 1J2EFY-0005Jm-Qj for ding@lists.math.uh.edu; Tue, 11 Dec 2007 17:10:52 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1J2EFS-0005jW-Sd for ding@lists.math.uh.edu; Tue, 11 Dec 2007 17:10:52 -0600 Original-Received: from blockstar.com ([170.224.69.95] helo=mail.blockstar.com) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1J2EFQ-0008Fg-00 for ; Wed, 12 Dec 2007 00:10:44 +0100 Original-Received: from tzlatanov-ubuntu-desktop.jumptrading.com (unknown [38.98.147.130]) by mail.blockstar.com (Postfix) with ESMTP id ACF3B3F869F for ; Tue, 11 Dec 2007 15:37:21 -0800 (PST) X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" X-Hashcash: 1:20:071211:ding@gnus.org::1gCtaodgBk+41JiK:00000VfK Mail-Followup-To: ding@gnus.org In-Reply-To: (Reiner Steib's message of "Tue, 11 Dec 2007 23:08:18 +0100") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux) X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:65942 Archived-At: On Tue, 11 Dec 2007 23:08:18 +0100 Reiner Steib wrote: RS> On Tue, Dec 11 2007, Ted Zlatanov wrote: >> Note it will leave the Gcc header in outgoing messages, which is not >> an optimal solution, but doing it right would require a lot more >> changes. RS> What's wrong with removing Gcc from `message-ignored-mail-headers' RS> and/or `message-ignored-news-headers'? RS> ,----[ (info "(message)Mail Headers") ] RS> | `message-ignored-mail-headers' RS> | Regexp of headers to be removed before mailing. The default is RS> | `^[GF]cc:\\|^Resent-Fcc:\\|^Xref:\\|^X-Draft-From:\\| RS> | ^X-Gnus-Agent-Meta-Information:'. RS> `---- RS> ,----[ (info "(message)News Headers") ] RS> | `message-ignored-news-headers' RS> | Regexp of headers to be removed before posting. The default is RS> | `^NNTP-Posting-Host:\\|^Xref:\\|^[BGF]cc:\\|^Resent-Fcc:\\| RS> | ^X-Draft-From:\\|^X-Gnus-Agent-Meta-Information:'. RS> `---- It looked to me from the source like the Gcc header is specifically removed after the Gcc processing, no matter what those variables say. This happens in gnus-msg.el:gnus-inews-do-gcc but those variables you listed may also need to be adjusted. Maybe gnus-inews-do-gcc works on a temporary copy of the article, but I didn't see that. Ted