From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/78565 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: The new registry errors when spam.el is moving messages Date: Fri, 22 Apr 2011 08:09:39 +0900 Organization: Emacsen advocacy group Message-ID: References: <877hap1bol.fsf@member.fsf.org> <8739ld198t.fsf@member.fsf.org> <87d3kgepq9.fsf@lifelogs.com> <878vv3qrjw.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1303427472 4343 80.91.229.12 (21 Apr 2011 23:11:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 21 Apr 2011 23:11:12 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M26868@lists.math.uh.edu Fri Apr 22 01:11:05 2011 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 1QD31a-0006RI-QC for ding-account@gmane.org; Fri, 22 Apr 2011 01:11:03 +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 1QD30l-0004c7-1h; Thu, 21 Apr 2011 18:10:11 -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 1QD30j-0004bv-WF for ding@lists.math.uh.edu; Thu, 21 Apr 2011 18:10:10 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1QD30Z-0007Or-On for ding@lists.math.uh.edu; Thu, 21 Apr 2011 18:10:09 -0500 Original-Received: from orlando.hostforweb.net ([216.246.45.90]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1QD30X-0004d7-OU for ding@gnus.org; Fri, 22 Apr 2011 01:09:57 +0200 Original-Received: from localhost ([127.0.0.1]:44888) by orlando.hostforweb.net with esmtpa (Exim 4.69) (envelope-from ) id 1QD30M-00045V-75 for ding@gnus.org; Thu, 21 Apr 2011 18:09:46 -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.110016 (No Gnus v0.16) Emacs/24.0.50 (cygwin) Cancel-Lock: sha1:XALhwKnP5UMqh7y4yBeEBfSlYrg= 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:78565 Archived-At: Ted Zlatanov wrote: [...] > I fixed this: we need to use the extra header slot (`mail-header-extra') > and that's an alist of headers. But the user needs to add To and Cc to > `gnus-extra-headers', so I explained that in the package commentary. Oh, I realized gnus-registry.el is not incomplete. Sorry for my having been rudeness. > I actually think To and Cc should be in `gnus-extra-headers' by default. > Is there any reason not to add them? The extra memory usage is > negligible. That's reasonable. Please do it. [...] > Fortunately I think we're OK now. I believe it. Thanks for your work.