Gnus development mailing list
 help / color / mirror / Atom feed
* Gnus programming question
@ 1997-05-16 15:27 Kai Grossjohann
  1997-05-17  4:03 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Kai Grossjohann @ 1997-05-16 15:27 UTC (permalink / raw)


Hi,

suppose I had a group name and a number of article numbers.  How would
I go about creating a summary buffer with exactly those articles?

(I've got a glimpse index of my ~/Mail directory and this would give
me a way to browse the result of a glimpse search.)

More difficult question: How would I go about creating a summary
buffer with those articles as mentioned above, plus all other articles
in threads?  Ie given an article number I'd like to find out the root
of the thread it belongs to (I don't know how to do that) plus all
children of that root (seems to be easy using the
gnus-summary-article-children function).

All for nnml.

kai
-- 
Life is hard and then you die.


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

* Re: Gnus programming question
  1997-05-16 15:27 Gnus programming question Kai Grossjohann
@ 1997-05-17  4:03 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 1997-05-17  4:03 UTC (permalink / raw)


Kai Grossjohann <grossjohann@ls6.cs.uni-dortmund.de> writes:

> suppose I had a group name and a number of article numbers.  How would
> I go about creating a summary buffer with exactly those articles?

There's no function that does this in Gnus.  What articles are
selected is decided rather far down in the code.  I could add an entry
point that would allow you to do this, though.  Uhm, yes, I'll add
that to the todo list.

You should go ahead and have a look at `gnus-select-newsgroup'
and friends in gnus-sum.el if you want to do this straight away,
though. 

> More difficult question: How would I go about creating a summary
> buffer with those articles as mentioned above, plus all other articles
> in threads?

This would be more difficult.  Or perhaps not.  You could just switch
on fetching of old headers to build threads.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


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

end of thread, other threads:[~1997-05-17  4:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-05-16 15:27 Gnus programming question Kai Grossjohann
1997-05-17  4:03 ` Lars Magne Ingebrigtsen

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).