From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/78456 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: `nnmail-cache-insert' is not called with subject and sender Date: Mon, 11 Apr 2011 16:16:58 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87ei587ak5.fsf@lifelogs.com> References: <87fwpvmc2l.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1302556647 18164 80.91.229.12 (11 Apr 2011 21:17:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 11 Apr 2011 21:17:27 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M26759@lists.math.uh.edu Mon Apr 11 23:17:23 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 1Q9OU7-0003ZW-7N for ding-account@gmane.org; Mon, 11 Apr 2011 23:17:23 +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 1Q9OU0-0006Wf-5S; Mon, 11 Apr 2011 16:17:16 -0500 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 1Q9OTz-0006WU-5b for ding@lists.math.uh.edu; Mon, 11 Apr 2011 16:17:15 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1Q9OTx-0001vk-SO for ding@lists.math.uh.edu; Mon, 11 Apr 2011 16:17:15 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Q9OTv-00010Z-0t for ding@gnus.org; Mon, 11 Apr 2011 23:17:11 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Q9OTu-0003Sq-DG for ding@gnus.org; Mon, 11 Apr 2011 23:17:10 +0200 Original-Received: from 38.98.147.130 ([38.98.147.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Apr 2011 23:17:10 +0200 Original-Received: from tzz by 38.98.147.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Apr 2011 23:17:10 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 16 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 38.98.147.130 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" User-Agent: Gnus/5.110016 (No Gnus v0.16) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:nGsEOFPMgfyaqep6uLXyK2u9Fd8= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:78456 Archived-At: On Wed, 06 Apr 2011 14:09:22 -0500 Ted Zlatanov wrote: TZ> `nnmail-cache-insert' is not called with subject and sender in nnmail.el TZ> and elsewhere in Gnus. This causes `gnus-registry-spool-action' on the TZ> `nnmail-spool-hook' to also be called without the subject and sender, TZ> which results in entries that can't be tracked by subject or sender. TZ> I think this used to work in 2003, when I made commit TZ> 155db966d0279aab708a6c061b42483da01ff581. I'm not sure if it's changed TZ> now or if it never worked, but I think it's the former. It would be TZ> really nice if it worked. Hmm, so anyhow... Still not sure if I screwed something up, I use `message-fetch-field' to get the subject and sender now. Seems to work. Ted