From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/81164 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, 02 Feb 2012 10:27:07 +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: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1328145996 11891 80.91.229.3 (2 Feb 2012 01:26:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 2 Feb 2012 01:26:36 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M29445@lists.math.uh.edu Thu Feb 02 02:26:36 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 1RslRb-00023H-RU for ding-account@gmane.org; Thu, 02 Feb 2012 02:26:36 +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 1RslRO-0000zg-Tt; Wed, 01 Feb 2012 19:26:22 -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 1RslRN-0000zW-Rz for ding@lists.math.uh.edu; Wed, 01 Feb 2012 19:26:21 -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 1RslRM-0007xD-Oc for ding@lists.math.uh.edu; Wed, 01 Feb 2012 19:26:21 -0600 Original-Received: from orlando.hostforweb.net ([216.246.45.90]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1RslRL-0007oN-27 for ding@gnus.org; Thu, 02 Feb 2012 02:26:19 +0100 Original-Received: from localhost ([127.0.0.1]:56800) by orlando.hostforweb.net with smtp (Exim 4.69) (envelope-from ) id 1RslRJ-0005X4-3Y for ding@gnus.org; Wed, 01 Feb 2012 19:26:17 -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.130002 (=?iso-2022-jp?B?GyRCPz8bKEI=?= Gnus v0.2) Emacs/24.0.93 (i686-pc-cygwin) Cancel-Lock: sha1:CXwr1KGK30TIv+c5peMgoH11fCQ= Content-Disposition: inline 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:81164 Archived-At: Katsumi Yamaoka wrote: > 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. I changed `gnus-gcc-inhibit-gcc-self-when-resending' into: ,---- | `gnus-gcc-self-resent-messages' | | Like `gcc-self' group parameter, only for unmodified resent messages. | Applied to messages sent by `gnus-summary-resend-message'. Non-nil | value of this variable takes precedence over any existing Gcc header. | | If this is `none', no Gcc copy will be made. If this is t, messages | resent will be Gcc'd to the current group. If this is a string, it | specifies a group to which resent messages will be Gcc'd. If this is | nil, Gcc will be done according to existing Gcc header(s), if any. | If this is `no-gcc-self', resent messages will be Gcc'd to groups that | existing Gcc header specifies, except for the current group. `---- The default value is `no-gcc-self'. Added to =E7=9C=9F Gnus.