Gnus development mailing list
 help / color / mirror / Atom feed
* global find on message-id
@ 2002-02-12 10:37 Max Froumentin
  2002-02-12 14:25 ` ShengHuo ZHU
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Max Froumentin @ 2002-02-12 10:37 UTC (permalink / raw)



It seems that this feature doesn't already exist but I might be wrong.
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. 

BTW, a bug: when I do gnus-summary-goto-article and look for a non
existing message-id, the message I either get "Couldn't go to article
0", or "gnus-request-article: Wrong type argument: stringp,
nil". Unfortunately I haven't yet been able to find more clues on this.

I use Oort gnus from Jan 1.

Max.



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: global find on message-id
  2002-02-12 10:37 global find on message-id Max Froumentin
@ 2002-02-12 14:25 ` ShengHuo ZHU
  2002-02-12 15:56 ` Kai Großjohann
  2002-02-12 17:01 ` Paul Jarc
  2 siblings, 0 replies; 4+ messages in thread
From: ShengHuo ZHU @ 2002-02-12 14:25 UTC (permalink / raw)


Max Froumentin <mf@w3.org> writes:

> It seems that this feature doesn't already exist but I might be wrong.
> 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. 

There is no predefined function. 

> BTW, a bug: when I do gnus-summary-goto-article and look for a non
> existing message-id, the message I either get "Couldn't go to article
> 0", or "gnus-request-article: Wrong type argument: stringp,
> nil". Unfortunately I haven't yet been able to find more clues on this.

Could you please post the backtraces of the errors?

ShengHuo



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: global find on message-id
  2002-02-12 10:37 global find on message-id Max Froumentin
  2002-02-12 14:25 ` ShengHuo ZHU
@ 2002-02-12 15:56 ` Kai Großjohann
  2002-02-12 17:01 ` Paul Jarc
  2 siblings, 0 replies; 4+ messages in thread
From: Kai Großjohann @ 2002-02-12 15:56 UTC (permalink / raw)
  Cc: ding

Max Froumentin <mf@w3.org> writes:

> It seems that this feature doesn't already exist but I might be wrong.
> 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. 

There is nnir.el which allows you to do this.  But it was written for
other purposes.  It indexes your mail using a search engine and then
allows you to query that index.

Warning: I'm the author.

ftp://ls6-ftp.cs.uni-dortmund.de/pub/src/emacs/

kai
-- 
~/.signature is: umop 3p!sdn    (Frank Nobis)



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: global find on message-id
  2002-02-12 10:37 global find on message-id Max Froumentin
  2002-02-12 14:25 ` ShengHuo ZHU
  2002-02-12 15:56 ` Kai Großjohann
@ 2002-02-12 17:01 ` Paul Jarc
  2 siblings, 0 replies; 4+ messages in thread
From: Paul Jarc @ 2002-02-12 17:01 UTC (permalink / raw)
  Cc: ding

Max Froumentin <mf@w3.org> 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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-02-12 17:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-12 10:37 global find on message-id Max Froumentin
2002-02-12 14:25 ` ShengHuo ZHU
2002-02-12 15:56 ` Kai Großjohann
2002-02-12 17:01 ` Paul Jarc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).