From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: keeping track of sent emails in org? Date: Mon, 3 Nov 2008 12:18:25 +0100 Message-ID: <9598C982-8295-43D5-BF33-2A1A2D29A805@uva.nl> References: <871vy3tg9x.fsf@wolfram.com> <4905CE30.7040904@gmx.de> <4905D7AD.2090700@gmx.de> <878ws97vrr.fsf@gmail.com> <87skqhivq8.fsf@wolfram.com> <878ws93a4m.fsf@elehack.net> <874p2x33ju.fsf@elehack.net> Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KwxS5-0002CR-SI for emacs-orgmode@gnu.org; Mon, 03 Nov 2008 06:18:33 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KwxS4-0002BW-Ui for emacs-orgmode@gnu.org; Mon, 03 Nov 2008 06:18:33 -0500 Received: from [199.232.76.173] (port=37570 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KwxS4-0002B6-DB for emacs-orgmode@gnu.org; Mon, 03 Nov 2008 06:18:32 -0500 Received: from nf-out-0910.google.com ([64.233.182.191]:36182) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KwxS3-0007rE-Vg for emacs-orgmode@gnu.org; Mon, 03 Nov 2008 06:18:32 -0500 Received: by nf-out-0910.google.com with SMTP id c7so1157723nfi.26 for ; Mon, 03 Nov 2008 03:18:31 -0800 (PST) In-Reply-To: <874p2x33ju.fsf@elehack.net> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Michael Ekstrand Cc: emacs-orgmode@gnu.org On Oct 28, 2008, at 2:35 AM, Michael Ekstrand wrote: > Michael Ekstrand writes: >> I have some code that does this in my Gnus configuration. It is only >> known to work for NNML, however, and I believe it depends on the >> ID-tracking support used to enable the fancy-split-with-parent >> feature. >> It does, however, successfully find messages across groups. >> >> The Gnus registry could probably be used to enable similar support >> for >> other backends. Would it be possible to use the registry to make it possible to find messages anywhere in gnus, just by message id? - Carsten