Gnus development mailing list
 help / color / mirror / Atom feed
* Generate buffer containing only undownloaded
@ 2003-11-26  4:27 Harry Putnam
  2003-11-26  6:30 ` Kevin Greiner
  0 siblings, 1 reply; 5+ messages in thread
From: Harry Putnam @ 2003-11-26  4:27 UTC (permalink / raw)


Whats the trick way to sort a large summary buffer to display only
undownloaded messages?  I'm set up to display + for downloaded and -
for undownloaded.  No faces confusion.  Seemed at least a chance that
`/ m - <RET>' would collect those marked with minus sign but it doesn't
work that way.

I find that I often have a few undownloaded messages mixed in with
many downloaded ones.  Due to my reading habits no doubt.  Even
though the category predicate is `true'.  I rarely go unplugged so
sometimes read messages before they are downloaded which I think is
what causes the random undownloaded messages.

Anyway, how can I sort a few dozen undownloaded into a display from a
summary of buffer of several thousand?




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

* Re: Generate buffer containing only undownloaded
  2003-11-26  4:27 Generate buffer containing only undownloaded Harry Putnam
@ 2003-11-26  6:30 ` Kevin Greiner
  2003-11-26 12:39   ` Harry Putnam
  0 siblings, 1 reply; 5+ messages in thread
From: Kevin Greiner @ 2003-11-26  6:30 UTC (permalink / raw)


Harry Putnam <reader@newsguy.com> writes:

> Whats the trick way to sort a large summary buffer to display only
> undownloaded messages?  I'm set up to display + for downloaded and -
> for undownloaded.  No faces confusion.  Seemed at least a chance that
> `/ m - <RET>' would collect those marked with minus sign but it doesn't
> work that way.

People used to complain that the download mark overrode the other
marks so it was separated out.  I suppose that a
gnus-summary-limit-to-undownloaded could be written, there's just not
been any demand for it.

This isn't meant to be a solution, just an explanation.

> I find that I often have a few undownloaded messages mixed in with
> many downloaded ones.  Due to my reading habits no doubt.  Even
> though the category predicate is `true'.  I rarely go unplugged so
> sometimes read messages before they are downloaded which I think is
> what causes the random undownloaded messages.

I may have a solution for this one.  Add
gnus-agent-fetch-selected-article to the gnus-select-article-hook.
This will result in undownloaded messages being downloaded to the
agent as you read them.

> Anyway, how can I sort a few dozen undownloaded into a display from a
> summary of buffer of several thousand?

How about an alternative solution?

Use 'M-^ 1 0 0 0 0 J #' to mark all articles for fetching then use
'J S' to fetch them.  The nice part is that the agent will only fetch
those articles that have not already been fetched.

Kevin



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

* Re: Generate buffer containing only undownloaded
  2003-11-26  6:30 ` Kevin Greiner
@ 2003-11-26 12:39   ` Harry Putnam
  2003-11-26 14:00     ` Kevin Greiner
  0 siblings, 1 reply; 5+ messages in thread
From: Harry Putnam @ 2003-11-26 12:39 UTC (permalink / raw)


Kevin Greiner <kgreiner@xpediantsolutions.com> writes:

[...]

>> I find that I often have a few undownloaded messages mixed in with
>> many downloaded ones.  Due to my reading habits no doubt.  Even
>> though the category predicate is `true'.  I rarely go unplugged so
>> sometimes read messages before they are downloaded which I think is
>> what causes the random undownloaded messages.
>
> I may have a solution for this one.  Add
> gnus-agent-fetch-selected-article to the gnus-select-article-hook.
> This will result in undownloaded messages being downloaded to the
> agent as you read them.

Oh, this looks promising... yes.  ... Thanks

>> Anyway, how can I sort a few dozen undownloaded into a display from a
>> summary of buffer of several thousand?
>
> How about an alternative solution?
>
> Use 'M-^ 1 0 0 0 0 J #' to mark all articles for fetching then use
> 'J S' to fetch them.  The nice part is that the agent will only fetch
> those articles that have not already been fetched.

That is what I've been doing, but its a bit labor intensive.  Takes a
fair bit of time.  But worse is the fact that all readedness marks
leave town with that solution. ... (on whatever gets downloaded)
Not a very good solution but yes, it does work.




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

* Re: Generate buffer containing only undownloaded
  2003-11-26 12:39   ` Harry Putnam
@ 2003-11-26 14:00     ` Kevin Greiner
  2003-11-26 15:19       ` Harry Putnam
  0 siblings, 1 reply; 5+ messages in thread
From: Kevin Greiner @ 2003-11-26 14:00 UTC (permalink / raw)


Harry Putnam <reader@newsguy.com> writes:

> Kevin Greiner <kgreiner@xpediantsolutions.com> writes:
>
> [...]
>
>>> I find that I often have a few undownloaded messages mixed in with
>>> many downloaded ones.  Due to my reading habits no doubt.  Even
>>> though the category predicate is `true'.  I rarely go unplugged so
>>> sometimes read messages before they are downloaded which I think is
>>> what causes the random undownloaded messages.
>>
>> I may have a solution for this one.  Add
>> gnus-agent-fetch-selected-article to the gnus-select-article-hook.
>> This will result in undownloaded messages being downloaded to the
>> agent as you read them.
>
> Oh, this looks promising... yes.  ... Thanks
>
>>> Anyway, how can I sort a few dozen undownloaded into a display from a
>>> summary of buffer of several thousand?
>>
>> How about an alternative solution?
>>
>> Use 'M-^ 1 0 0 0 0 J #' to mark all articles for fetching then use
>> 'J S' to fetch them.  The nice part is that the agent will only fetch
>> those articles that have not already been fetched.
>
> That is what I've been doing, but its a bit labor intensive.  Takes a
> fair bit of time.  But worse is the fact that all readedness marks
> leave town with that solution. ... (on whatever gets downloaded)
> Not a very good solution but yes, it does work.

Set gnus-agent-mark-unread-after-downloaded to nil.

Kevin



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

* Re: Generate buffer containing only undownloaded
  2003-11-26 14:00     ` Kevin Greiner
@ 2003-11-26 15:19       ` Harry Putnam
  0 siblings, 0 replies; 5+ messages in thread
From: Harry Putnam @ 2003-11-26 15:19 UTC (permalink / raw)


Kevin Greiner <kgreiner@xpediantsolutions.com> writes:

> Set gnus-agent-mark-unread-after-downloaded to nil.

Haa... thanks




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

end of thread, other threads:[~2003-11-26 15:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-26  4:27 Generate buffer containing only undownloaded Harry Putnam
2003-11-26  6:30 ` Kevin Greiner
2003-11-26 12:39   ` Harry Putnam
2003-11-26 14:00     ` Kevin Greiner
2003-11-26 15:19       ` Harry Putnam

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