From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/43059 Path: main.gmane.org!not-for-mail From: prj@po.cwru.edu (Paul Jarc) Newsgroups: gmane.emacs.gnus.general Subject: Re: global find on message-id Date: Tue, 12 Feb 2002 12:01:36 -0500 Organization: What did you have in mind? A short, blunt, human pyramid? Sender: owner-ding@hpc.uh.edu Message-ID: References: <86d6zb7zq3.fsf@sophia.inria.fr> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035178214 15581 80.91.224.250 (21 Oct 2002 05:30:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:30:14 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: (qmail 13385 invoked from network); 12 Feb 2002 17:03:16 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 12 Feb 2002 17:03:16 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16agJV-0007Qm-00; Tue, 12 Feb 2002 11:01:53 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 12 Feb 2002 11:01:52 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id LAA04369 for ; Tue, 12 Feb 2002 11:01:42 -0600 (CST) Original-Received: (qmail 13345 invoked by alias); 12 Feb 2002 17:01:38 -0000 Original-Received: (qmail 13340 invoked from network); 12 Feb 2002 17:01:37 -0000 Original-Received: from multivac.student.cwru.edu (HELO multivac.cwru.edu) (qmailr@129.22.96.25) by gnus.org with SMTP; 12 Feb 2002 17:01:37 -0000 Original-Received: (qmail 22694 invoked by uid 500); 12 Feb 2002 17:01:59 -0000 Original-To: Max Froumentin In-Reply-To: <86d6zb7zq3.fsf@sophia.inria.fr> (Max Froumentin's message of "Tue, 12 Feb 2002 11:37:24 +0100") Mail-Copies-To: nobody Mail-Followup-To: mf@w3.org, ding@gnus.org Original-Lines: 22 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/20.7 (i386-redhat-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:43059 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:43059 Max Froumentin wrote: > I would like to be able to find an article by message-id in all my > mail groups. Exactly like gnus-summary-goto-article, but on all > groups. The "Required Back End Functions" node of the manual says: `(nnchoke-request-article ARTICLE &optional GROUP SERVER TO-BUFFER)' ... If it is at all possible, this function should return a cons cell where the `car' is the group name the article was fetched from, and the `cdr' is the article number. This will enable Gnus to find out what the real group and article numbers are when fetching articles by `Message-ID'. I interpreted this to mean that the backend is supposed to search all groups if the Message-ID isn't found in the given group, so that's what nnmaildir does. [^] in the *Summary* buffer and [C-c ^] in the *Article* buffer will find messages in other groups. Doesn't this work with other mail backends? paul