From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85031 Path: news.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: getting article numbers from message-ids? Date: Thu, 25 Sep 2014 08:15:42 +0800 Message-ID: <8761gcpnbl.fsf@ericabrahamsen.net> References: <87lhtfk9qo.fsf@ericabrahamsen.net> <87lhp8k9il.fsf@lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1411603902 5572 80.91.229.3 (25 Sep 2014 00:11:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 25 Sep 2014 00:11:42 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M33275@lists.math.uh.edu Thu Sep 25 02:11:34 2014 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 1XWweg-0000Gg-6O for ding-account@gmane.org; Thu, 25 Sep 2014 02:11:32 +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 1XWwec-0000MJ-KF; Wed, 24 Sep 2014 19:11:26 -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 1XWwea-0000Le-HD for ding@lists.math.uh.edu; Wed, 24 Sep 2014 19:11:24 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1XWweQ-0007S4-Jq for ding@lists.math.uh.edu; Wed, 24 Sep 2014 19:11:24 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1XWweP-0000go-8F for ding@gnus.org; Thu, 25 Sep 2014 02:11:13 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XWweO-0008Ly-OE for ding@gnus.org; Thu, 25 Sep 2014 02:11:12 +0200 Original-Received: from 218.23.156.110 ([218.23.156.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Sep 2014 02:11:12 +0200 Original-Received: from eric by 218.23.156.110 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Sep 2014 02:11:12 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 20 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 218.23.156.110 User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4.50 (gnu/linux) Cancel-Lock: sha1:aVTWtaX5nhYjmsMu3PPJPBcMIQs= X-Spam-Score: -2.4 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:85031 Archived-At: Ted Zlatanov writes: > On Mon, 02 Jun 2014 16:15:43 +0800 Eric Abrahamsen wrote: > > EA> These message could be coming from any backend -- I can't know for sure > EA> if they'll be imap, or maildir, or what have you. > > EA> Can the registry be used to save information like this? It would be nice > EA> to look first in the registry, which I assume would be quickest, and > EA> then fall back to something more manual and expensive. > > The registry saves the group name by default. And once you know the > group name it's easy to switch to that group and ask the server with > `gnus-request-head' as you said. > > Ted Yup, it's all working nicely. Thanks for the registry, by the way -- I've reworked Gnorb to track email conversations with Org TODOs, using the registry to record connections, and it works like a charm!