From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/80805 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: saving copies of the messages sent in Gnus Date: Fri, 06 Jan 2012 21:04:22 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87k454tgih.fsf@lifelogs.com> References: <87sjlw9c9d.fsf@violet.siamics.net> <87r51fvytj.fsf@marauder.physik.uni-ulm.de> <86aa82vwg4.fsf@gray.siamics.net> Reply-To: ding@gnus.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1325901923 29014 80.91.229.12 (7 Jan 2012 02:05:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 7 Jan 2012 02:05:23 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M29087@lists.math.uh.edu Sat Jan 07 03:05:19 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 1RjLeo-0000js-Un for ding-account@gmane.org; Sat, 07 Jan 2012 03:05:19 +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 1RjLek-00025k-92; Fri, 06 Jan 2012 20:05:14 -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 1RjLej-00025d-Dm for ding@lists.math.uh.edu; Fri, 06 Jan 2012 20:05:13 -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 1RjLef-0002q9-4V for ding@lists.math.uh.edu; Fri, 06 Jan 2012 20:05:13 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1RjLed-0004sh-Nq for ding@gnus.org; Sat, 07 Jan 2012 03:05:07 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RjLed-0000dM-DL for ding@gnus.org; Sat, 07 Jan 2012 03:05:07 +0100 Original-Received: from c-76-28-40-19.hsd1.vt.comcast.net ([76.28.40.19]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 07 Jan 2012 03:05:07 +0100 Original-Received: from tzz by c-76-28-40-19.hsd1.vt.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 07 Jan 2012 03:05:07 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 22 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-76-28-40-19.hsd1.vt.comcast.net 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" Mail-Copies-To: never User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.90 (gnu/linux) Cancel-Lock: sha1:zZZge09QrBe0AzBC/VZHPBHybgA= X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:80805 Archived-At: On Tue, 03 Jan 2012 22:37:16 +0100 Lars Magne Ingebrigtsen wrote: LMI> 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. LMI> It's a good idea. LMI> Should we open an "mgnus" branch so that we don't lose patches like LMI> this, perhaps? Or perhaps it would make more sense to open an "ngnus" LMI> branch for bug-fixes only, and continue with development on the LMI> trunk... I don't know... Make a personal "larsi" branch and keep merging "master" into it, since you're taking responsibility for merging those patches back into "master" eventually. If you get hit by a bus I promise I'll merge "larsi" back ;) Ted