From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/80764 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: saving copies of the messages sent in Gnus Date: Thu, 05 Jan 2012 16:28:57 +0900 Organization: Emacsen advocacy group Message-ID: References: <87sjlw9c9d.fsf@violet.siamics.net> <87r51fvytj.fsf@marauder.physik.uni-ulm.de> <86aa82vwg4.fsf@gray.siamics.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1325748635 6347 80.91.229.12 (5 Jan 2012 07:30:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 5 Jan 2012 07:30:35 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M29046@lists.math.uh.edu Thu Jan 05 08:30:31 2012 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 1RihmR-00005K-74 for ding-account@gmane.org; Thu, 05 Jan 2012 08:30:31 +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 1RihlJ-000693-CP; Thu, 05 Jan 2012 01:29:21 -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 1RihlF-00068u-Tu for ding@lists.math.uh.edu; Thu, 05 Jan 2012 01:29:17 -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 1RihlE-0000l4-Fx for ding@lists.math.uh.edu; Thu, 05 Jan 2012 01:29:17 -0600 Original-Received: from orlando.hostforweb.net ([216.246.45.90]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1RihlC-00045o-NH for ding@gnus.org; Thu, 05 Jan 2012 08:29:14 +0100 Original-Received: from localhost ([127.0.0.1]:42033) by orlando.hostforweb.net with smtp (Exim 4.69) (envelope-from ) id 1Rihl5-0005qt-3k for ding@gnus.org; Thu, 05 Jan 2012 01:29:09 -0600 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.110018 (No Gnus v0.18) Emacs/24.0.92 (i686-pc-cygwin) Cancel-Lock: sha1:XUrZOtrc9zJ/1AEEo9exFV4tbWs= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orlando.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: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:80764 Archived-At: Lars Magne Ingebrigtsen wrote: > Katsumi Yamaoka writes: >> Gcc to a `sent' group might be useful, I thought afterward. So, >> I tried making `gnus-summary-resend-message' do Gcc. The new >> user option `gnus-gcc-inhibit-gcc-self-when-resending' controls >> whether to archive resent articles in the identical group or not. >> The default value is t, i.e. inhibit. A patch is below. > It's a good idea. Thanks. Now the patch is kept as: ftp://ftp.jpl.org/pub/tmp/Gnus-resend-Gcc.patch (http://www.jpl.org/ftp/pub/tmp/Gnus-resend-Gcc.patch) Moreover I have the other patches that cannot be merged to Emacs until the next release ("Gnus-to-Emacs.patch" in the same place). So, > Should we open an "mgnus" branch so that we don't lose patches like > this, perhaps? I don't want a branch, if anything, keeping up with two or more branches is hard (at least) to me. > Or perhaps it would make more sense to open an "ngnus" > branch for bug-fixes only, and continue with development on the > trunk... I don't know... Bug-fixes should be done in the trunk of both Emacs and Gnus, isn't it? ;-)