From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66255 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: Problems with gnus-registry Date: Wed, 06 Feb 2008 11:31:58 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <8663x2at4h.fsf@lifelogs.com> References: <76sl0vma5q.fsf@dev-d01.ppllc.com> <86k5loxulw.fsf@lifelogs.com> <76tzkoq1t4.fsf@dev-d01.ppllc.com> <868x20wi2a.fsf@lifelogs.com> <76y7a0nyo3.fsf@dev-d01.ppllc.com> <86lk60uwwq.fsf@lifelogs.com> <764pconmz4.fsf@dev-d01.ppllc.com> <86abmfv3ig.fsf@lifelogs.com> <767ihjm5qn.fsf@dev-d01.ppllc.com> <86myqfoxrv.fsf@lifelogs.com> <76y79zkpnx.fsf@dev-d01.ppllc.com> <868x1yp3lr.fsf@lifelogs.com> <76wspic9eq.fsf@dev-d01.ppllc.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1202319104 23227 80.91.229.12 (6 Feb 2008 17:31:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 Feb 2008 17:31:44 +0000 (UTC) Cc: Ding Mailing List To: Jake Colman Original-X-From: ding-owner+M14746@lists.math.uh.edu Wed Feb 06 18:32:05 2008 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.50) id 1JMo7r-0006m9-Nq for ding-account@gmane.org; Wed, 06 Feb 2008 18:32:00 +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 1JMo6s-0006Kg-8d; Wed, 06 Feb 2008 11:30:58 -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 1JMo6q-0006KO-Ts for ding@lists.math.uh.edu; Wed, 06 Feb 2008 11:30:56 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1JMo6k-0007aS-GY for ding@lists.math.uh.edu; Wed, 06 Feb 2008 11:30:56 -0600 Original-Received: from mail.blockstar.com ([170.224.69.95]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1JMo6n-00083G-00 for ; Wed, 06 Feb 2008 18:30:53 +0100 Original-Received: from tzlatanov-ubuntu-desktop.jumptrading.com (unknown [38.98.147.130]) by mail.blockstar.com (Postfix) with ESMTP id AFCF93F8E1A; Wed, 6 Feb 2008 10:06:08 -0800 (PST) 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" X-Hashcash: 1:20:080206:ding@gnus.org::ypugEByGCFEKPqP0:00001iP+ X-Hashcash: 1:20:080206:colman@ppllc.com::6hNu02ak3cBjUwjU:07eRW In-Reply-To: <76wspic9eq.fsf@dev-d01.ppllc.com> (Jake Colman's message of "Wed, 06 Feb 2008 11:54:53 -0500") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux) X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:66255 Archived-At: On Wed, 06 Feb 2008 11:54:53 -0500 Jake Colman wrote: >>>>>> "TZ" == Ted Zlatanov writes: TZ> On Tue, 05 Feb 2008 17:24:18 -0500 Jake Colman TZ> wrote: Jake> So with a gcc, when the backend causes the sent article to spool to Jake> the gcc-ed folder, the registry will register that article. This Jake> will work for sent emails as well since it is the gcc that will make Jake> the registry see it. Is this all correct? TZ> Yes, that's how it's supposed to work. Jake> So after an email with a gcc is sent, should I immediately see an entry in Jake> .gnus.registry.eld (assuming I did a 'save' and flushed it to disk)? And is Jake> the list ordered with the most recent entries simply appended to the end? Or Jake> is there some other kind of ordering? I think the list is ordered by date, but the "special" entries (those with extra data like article marks) are processed separately and not in order. I wouldn't rely on the ordering in any case. TZ> Sorry, I gave you the wrong variable name. This is the right one with TZ> the default value: TZ> (setq gnus-registry-unfollowed-groups TZ> '("delayed$" "drafts$" "queue$" "INBOX$")) Jake> Actually, the default value contains only "delayed", "drafts", and "queue". Jake> Not that INBOX is missing and that none have the trailing "$". Maybe I'm not Jake> using the latest version of the registry? Could that be the source of some Jake> of my issues? Gnus v5.10.8 is not up to date with all my changes lately. I'd suggest using a CVS checkout if possible; you can try updating just gnus-registry.el but it may break badly as the registry gets integrated more into Gnus as a whole. TZ> I will write functions to do the above directly through the registry TZ> to make debugging easier, but for the time being stick with grep. Jake> A function that indicates which match was actually used (since it can match Jake> on quite a few things) would be helpful too. Yes, that comes out in the *messages* buffer but it's definitely not as nice as it should be. I'll put it on my TODO list. Ted