Gnus development mailing list
 help / color / mirror / Atom feed
* something I've always wanted...
@ 2002-04-05 15:14 Josh Huber
  2002-04-05 15:32 ` Karl Kleinpaste
  0 siblings, 1 reply; 6+ messages in thread
From: Josh Huber @ 2002-04-05 15:14 UTC (permalink / raw)


Something I've wanted for a while now, which I think will be very hard
to implement, is some sort of visual indication that a group with new
messages has a post either
(a) authored by me
(b) is a reply to a message from me

Obviously, this may be harder (or slower?) with news, but I think it's
possible with mail.

I have messages which meet that criteria scored up automatically, so
after I enter the group I can see the messages immediately, but I
subscribe to SO many groups/lists that I forget what I've posted
messages in. (oops ;)

Any insights, or is this too hard?

ttyl,
-- 
Josh Huber



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

* Re: something I've always wanted...
  2002-04-05 15:14 something I've always wanted Josh Huber
@ 2002-04-05 15:32 ` Karl Kleinpaste
  2002-04-05 16:41   ` Matthieu Moy
  0 siblings, 1 reply; 6+ messages in thread
From: Karl Kleinpaste @ 2002-04-05 15:32 UTC (permalink / raw)


Given what information is acquired when, yes, it's very hard.  If you
want a *Group* buffer indication, the problem is that Gnus has no idea
of group content when creating the *Group* buffer.  All Gnus knows is
the minimalist data point, "there are articles here numbered between X
and Y."

For Gnus to know more than that, you would require Gnus to enter each
group and effectively do *Summary* generation on every single group,
without displaying the summaries, but using the information learned to
modify the *Group* display.

What you want is possible, but it's bound to be alarmingly expensive
and slow, especially when (as you said) you are subscribed to oodles
of forums.



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

* Re: something I've always wanted...
  2002-04-05 15:32 ` Karl Kleinpaste
@ 2002-04-05 16:41   ` Matthieu Moy
  2002-04-05 18:05     ` Derrell.Lipman
  2002-04-05 18:27     ` Karl Kleinpaste
  0 siblings, 2 replies; 6+ messages in thread
From: Matthieu Moy @ 2002-04-05 16:41 UTC (permalink / raw)


Karl Kleinpaste <karl@charcoal.com> writes:

>  All Gnus knows is
> the minimalist data point, "there are articles here numbered between X
> and Y."

I think it knows a bit more : I know the number of flagged and dormant
articles from the *Group* buffer already.

-- 
Matthieu



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

* Re: something I've always wanted...
  2002-04-05 16:41   ` Matthieu Moy
@ 2002-04-05 18:05     ` Derrell.Lipman
  2002-04-05 18:27     ` Karl Kleinpaste
  1 sibling, 0 replies; 6+ messages in thread
From: Derrell.Lipman @ 2002-04-05 18:05 UTC (permalink / raw)


Matthieu Moy <Matthieu.Moy@imag.fr> writes:

> Karl Kleinpaste <karl@charcoal.com> writes:
>
>>  All Gnus knows is
>> the minimalist data point, "there are articles here numbered between X
>> and Y."
>
> I think it knows a bit more : I know the number of flagged and dormant
> articles from the *Group* buffer already.

An interesting possibility would be to have a "mark" which can be set by a
user-provided function, as the articles are being split.  The group buffer
could then display the number of articles that have that mark set...

Derrell



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

* Re: something I've always wanted...
  2002-04-05 16:41   ` Matthieu Moy
  2002-04-05 18:05     ` Derrell.Lipman
@ 2002-04-05 18:27     ` Karl Kleinpaste
  2002-04-05 20:36       ` Josh Huber
  1 sibling, 1 reply; 6+ messages in thread
From: Karl Kleinpaste @ 2002-04-05 18:27 UTC (permalink / raw)


Matthieu Moy <Matthieu.Moy@imag.fr> writes:
> I think it knows a bit more : I know the number of flagged and dormant
> articles from the *Group* buffer already.

True, but useless in context.  There is no information about article
content, especially authors and parent/child followup relationships.
That sort of information is gained by Gnus during group entry, in
preparation for *Summary* generation.



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

* Re: something I've always wanted...
  2002-04-05 18:27     ` Karl Kleinpaste
@ 2002-04-05 20:36       ` Josh Huber
  0 siblings, 0 replies; 6+ messages in thread
From: Josh Huber @ 2002-04-05 20:36 UTC (permalink / raw)


Karl Kleinpaste <karl@charcoal.com> writes:

> True, but useless in context.  There is no information about article
> content, especially authors and parent/child followup relationships.
> That sort of information is gained by Gnus during group entry, in
> preparation for *Summary* generation.

Well, maybe something could be done while splitting? (as has been
mentioned)

What mechanism does the "followup" scoring use to score an article up?

I could look for a particular string in my messageid, perhaps and use
gnus-eye-candy to show it perhaps?  This would of course be a hack,
but I'd like it ;)

ttyl,

-- 
Josh Huber



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

end of thread, other threads:[~2002-04-05 20:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-05 15:14 something I've always wanted Josh Huber
2002-04-05 15:32 ` Karl Kleinpaste
2002-04-05 16:41   ` Matthieu Moy
2002-04-05 18:05     ` Derrell.Lipman
2002-04-05 18:27     ` Karl Kleinpaste
2002-04-05 20:36       ` Josh Huber

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