Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* show read posts
@ 2006-04-13 23:27 Gary Wessle
  2006-04-13 23:59 ` Mark T.B. Carroll
  2006-04-14  8:11 ` Tassilo Horn
  0 siblings, 2 replies; 3+ messages in thread
From: Gary Wessle @ 2006-04-13 23:27 UTC (permalink / raw)


Hi

is there a way to go back and read posts which were previously read, I
don't seem to find them in the summary buffer.

thanks

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

* Re: show read posts
  2006-04-13 23:27 show read posts Gary Wessle
@ 2006-04-13 23:59 ` Mark T.B. Carroll
  2006-04-14  8:11 ` Tassilo Horn
  1 sibling, 0 replies; 3+ messages in thread
From: Mark T.B. Carroll @ 2006-04-13 23:59 UTC (permalink / raw)


Gary Wessle <not@defined.now> writes:

> is there a way to go back and read posts which were previously read, I
> don't seem to find them in the summary buffer.

It depends how the expiry policy is set, but in the group buffer
pressing C-u RET on the group works for me.

-- Mark

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

* Re: show read posts
  2006-04-13 23:27 show read posts Gary Wessle
  2006-04-13 23:59 ` Mark T.B. Carroll
@ 2006-04-14  8:11 ` Tassilo Horn
  1 sibling, 0 replies; 3+ messages in thread
From: Tassilo Horn @ 2006-04-14  8:11 UTC (permalink / raw)


Gary Wessle <not@defined.now> writes:

Hi Gary,

> is there a way to go back and read posts which were previously read, I
> don't seem to find them in the summary buffer.

Sure, have a look at:

,----[ `^' in summary buffer ]
| ^ runs the command gnus-summary-refer-parent-article which is an
| interactive compiled Lisp function in `gnus-sum.el'.
| It is bound to ^, A r, A ^, <menu-bar> <Article> <Fetch parent of
| article>.  (gnus-summary-refer-parent-article N)
| 
| Refer parent article N times. If N is negative, go to ancestor -N
| instead.  The difference between N and the number of articles fetched
| is returned.
`----

,----[ `A-T' in summary buffer ]
| A T runs the command gnus-summary-refer-thread which is an interactive
| compiled Lisp function in `gnus-sum.el'.
| It is bound to A T, <menu-bar> <Threads> <Find all messages in
| thread>, <menu-bar> <Article> <Fetch current thread>.
| (gnus-summary-refer-thread &optional LIMIT)
| 
| Fetch all articles in the current thread. If LIMIT (the numerical
| prefix), fetch that many old headers instead of what's specified by
| the `gnus-refer-thread-limit' variable.
`----

and

,----
| A R runs the command gnus-summary-refer-references which is an
| interactive compiled Lisp function in `gnus-sum.el'.
| It is bound to A R, <menu-bar> <Article> <Fetch referenced articles>.
| (gnus-summary-refer-references)
| 
| Fetch all articles mentioned in the References header. Return the
| number of articles fetched.
`----

You could also have a look at the variable

,----[ C-h v gnus-fetch-old-headers RET ]
| gnus-fetch-old-headers is a variable defined in `gnus-sum.el'.
| Its value is some
| 
| Documentation: *Non-nil means that Gnus will try to build threads by
| grabbing old headers.  If an unread article in the group refers to an
| older, already read (or just marked as read) article, the old article
| will not normally be displayed in the Summary buffer.  If this
| variable is t, Gnus will attempt to grab the headers to the old
| articles, and thereby build complete threads.  If it has the value
| `some', all old headers will be fetched but only enough headers to
| connect otherwise loose threads will be displayed.  This variable can
| also be a number.  In that case, no more than that number of old
| headers will be fetched.  If it has the value `invisible', all old
| headers will be fetched, but none will be displayed.
| 
| The server has to support NOV for any of this to work.
| 
| This feature can seriously impact performance it ignores all
| locally cached header entries.
`----


Bye,
Tassilo
-- 
A child of five could understand this! Fetch me a child of five!

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

end of thread, other threads:[~2006-04-14  8:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-13 23:27 show read posts Gary Wessle
2006-04-13 23:59 ` Mark T.B. Carroll
2006-04-14  8:11 ` Tassilo Horn

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