[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Showing Complete Active Threads
|
From: |
Tassilo Horn |
|
Subject: |
Re: Showing Complete Active Threads |
|
Date: |
Wed, 08 Mar 2006 09:38:07 +0100 |
|
User-agent: |
Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) |
Rolleston <Nemo@nullsome.net> writes:
> I've tried (setq gnus-fetch-old-headers 1000), but it doesn't work,
> even for small threads in which all the messages are very recent and
> are available.
Try
(setq gnus-fetch-old-headers 't)
,----
| If this variable is t, Gnus will attempt to grab the headers to the old
| articles, and thereby build complete threads.
`----
Regards,
Tassilo