From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/64554 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: Supersedes and Gcc Date: Sat, 21 Apr 2007 12:50:37 +0900 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1177127516 1937 80.91.229.12 (21 Apr 2007 03:51:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 21 Apr 2007 03:51:56 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M13065@lists.math.uh.edu Sat Apr 21 05:51:50 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 1Hf6dY-00082P-KE for ding-account@gmane.org; Sat, 21 Apr 2007 05:51:48 +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 1Hf6cf-0006gy-A8; Fri, 20 Apr 2007 22:50:53 -0500 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 1Hf6cc-0006gZ-9n for ding@lists.math.uh.edu; Fri, 20 Apr 2007 22:50:50 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.63) (envelope-from ) id 1Hf6cW-0000wd-64 for ding@lists.math.uh.edu; Fri, 20 Apr 2007 22:50:50 -0500 Original-Received: from washington.hostforweb.net ([66.225.201.13]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Hf6cU-0005Ci-00 for ; Sat, 21 Apr 2007 05:50:42 +0200 Original-Received: from [218.118.2.103] (port=62227 helo=) by washington.hostforweb.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Hf6cH-00032o-RT for ding@gnus.org; Fri, 20 Apr 2007 22:50:30 -0500 X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.98 (gnu/linux) Cancel-Lock: sha1:uCs7eUxW52F5rPMdOzQhPRxfMLY= X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - washington.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:64554 Archived-At: >>>>> In >>>>> Reiner Steib wrote: > On Fri, Apr 20 2007, Katsumi Yamaoka wrote: >> When replacing a news article with the corrected one using the >> `S s' command in the summary buffer, the new news article will >> never be archived since there is no Gcc header. > I tried without updating from CVS and surprisingly it worked for me. > But I found the following advises in my config: > (defadvice gnus-summary-resend-message-edit > (around rs-message-resend-edit activate) > "Do Gcc on resent editing." > ad-do-it > (rs-message-insert-gcc)) > (defadvice gnus-summary-supersede-article > (around rs-message-supersede-gcc activate) > "Do Gcc when superseding." > ad-do-it > (rs-message-insert-gcc)) > (defun rs-message-insert-gcc (&optional group) > "Call `gnus-inews-insert-archive-gcc' and `gnus-inews-insert-gcc'." > (gnus-inews-insert-archive-gcc group) > (gnus-inews-insert-gcc)) > Maybe it makes sense to add it to `gnus-summary-resend-message-edit' > (and `gnus-summary-resend-message'?) as well? They slipped my mind. Yes, I think it is better to archive locally all sent messages, even ones sent by `gnus-summary-resend-message' or `gnus-summary-resend-bounced-mail', by default. I'm going to try it at the beginning of next week. Thanks.