Gnus development mailing list
 help / color / mirror / Atom feed
* Feature Request: Speed reading groups
@ 2001-01-05 23:22 Jari Aalto+mail.emacs
  2001-01-06  1:36 ` Chris Halverson
  2001-01-06  4:18 ` Harry Putnam
  0 siblings, 2 replies; 5+ messages in thread
From: Jari Aalto+mail.emacs @ 2001-01-05 23:22 UTC (permalink / raw)



If I get new mail, in 100% of the case I want to enter to group, limited
only to those articles that are new and mark them D, E, or write
immediate replies.

Would you think this would be a nice addition to Gnus?

I have changed function gnus-topic-read-group to do this, or more
precisely, it has an top-level umbrealla function to determine how
group should be entered.

Jari


-- 
http://tiny-tools.sourceforge.net/




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

* Re: Feature Request: Speed reading groups
  2001-01-05 23:22 Feature Request: Speed reading groups Jari Aalto+mail.emacs
@ 2001-01-06  1:36 ` Chris Halverson
  2001-01-06 11:05   ` Sean Doran
  2001-01-06  4:18 ` Harry Putnam
  1 sibling, 1 reply; 5+ messages in thread
From: Chris Halverson @ 2001-01-06  1:36 UTC (permalink / raw)
  Cc: Gnus mailing list

posting-list@MailAndNews.com (Jari Aalto+mail.emacs) writes:

> If I get new mail, in 100% of the case I want to enter to group, limited
> only to those articles that are new and mark them D, E, or write
> immediate replies.
> 
> Would you think this would be a nice addition to Gnus?

Unless I'm missing something, it's already there. When I enter a
group, I only see new articles. I have to C-u = or C-u RET to see the
rest. Did you or I change something from the default? Am I
misunderstanding your question?

cdh

-- 
Chris D. Halverson                         Complete Internet Solutions
PGP mail accepted, see web page for key    http://www.CompleteIS.com/~cdh/




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

* Re: Feature Request: Speed reading groups
  2001-01-05 23:22 Feature Request: Speed reading groups Jari Aalto+mail.emacs
  2001-01-06  1:36 ` Chris Halverson
@ 2001-01-06  4:18 ` Harry Putnam
  2001-01-07 14:51   ` Jari Aalto+mail.emacs
  1 sibling, 1 reply; 5+ messages in thread
From: Harry Putnam @ 2001-01-06  4:18 UTC (permalink / raw)


posting-list@MailAndNews.com (Jari Aalto+mail.emacs) writes:

> If I get new mail, in 100% of the case I want to enter to group, limited
> only to those articles that are new and mark them D, E, or write
> immediate replies.
> 
> Would you think this would be a nice addition to Gnus?
> 
> I have changed function gnus-topic-read-group to do this, or more
> precisely, it has an top-level umbrealla function to determine how
> group should be entered.

Since displaying only unread is the default, I'll assume, by `new' you
mean messages that are newer than other unread that were there for a while.

That sounds a bit complicated and somewhat hard to see the utility of it.



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

* Re: Feature Request: Speed reading groups
  2001-01-06  1:36 ` Chris Halverson
@ 2001-01-06 11:05   ` Sean Doran
  0 siblings, 0 replies; 5+ messages in thread
From: Sean Doran @ 2001-01-06 11:05 UTC (permalink / raw)



Here is what I think is being asked for, and what I would
like to see.

Feature #1: complemeting C-u 9 9 RET entering a group and
            examining the 99 most recent articles, a way
            to enter the group and examine articles
            falling within a particular set of dates

<somekeystroke> <datespec> RET
(interactive) enters group and examines any article that falls within <datespec>

<datespec> may be <mindate> <maxdate>
Most common datespecs probably would be:
        min-date = last time of gnus-group-get-new-news, max-date = now
        min-date = some hours/minutes/seconds ago, max-date = now
        min-date = some absolute time, max-date = now
        min-date = some absolute time, max-date = some absolute time
which somewhat lend themselves to currying around the last choice.

Feature #2: replacing guilty secretive use of UCB Mail by
            some hardcore Gnus users who do heavy
            splitting and often don't get around to some
            groups before their split-out messages are
            "stale", particularly when ill-thought-out
            Subject lines cause real Bcc-ed messages to
            be put into a "spam" newsgroup

A one-shot semi-ephemeral newsgroup built out of $MAIL
which allows for deletion in the
gnus-summary-delete-article sense, and updating the
Status: headers in the way UCB Mail does.

No group state is retained.  Upon quitting the group, the
group disappears from the *Group* buffer.

Use of this semi-ephemeral group should lock out
gnus-group-get-new-news and vice-versa.

This would be used to read *all* new mail since last
gnus-group-get-new-news call, "spam" and all, rather than
only that split into a specific group.

        Sean.



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

* Re: Feature Request: Speed reading groups
  2001-01-06  4:18 ` Harry Putnam
@ 2001-01-07 14:51   ` Jari Aalto+mail.emacs
  0 siblings, 0 replies; 5+ messages in thread
From: Jari Aalto+mail.emacs @ 2001-01-07 14:51 UTC (permalink / raw)


* 2001-01-05 Harry Putnam <reader@newsguy.com> list.emacs-ding
* Message-Id: <m31yuhz52m.fsf@gnus-5.8.8-cvs.now.playing>
| posting-list@MailAndNews.com (Jari Aalto+mail.emacs) writes:
| 
| > If I get new mail, in 100% of the case I want to enter to group, limited
| > only to those articles that are new and mark them D, E, or write
| > immediate replies.
| > 
| > Would you think this would be a nice addition to Gnus?
| > 
| > I have changed function gnus-topic-read-group to do this, or more
| > precisely, it has an top-level umbrealla function to determine how
| > group should be entered.
| 
| Since displaying only unread is the default, I'll assume, by `new' you
| mean messages that are newer than other unread that were there for a while.

I mean completely new. The newly arrived messages only.

Jari




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

end of thread, other threads:[~2001-01-07 14:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-05 23:22 Feature Request: Speed reading groups Jari Aalto+mail.emacs
2001-01-06  1:36 ` Chris Halverson
2001-01-06 11:05   ` Sean Doran
2001-01-06  4:18 ` Harry Putnam
2001-01-07 14:51   ` Jari Aalto+mail.emacs

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