info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: fetch all headers - newbie question


From: Neil Woods
Subject: Re: fetch all headers - newbie question
Date: Fri, 17 Sep 2004 21:43:42 +0100
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

jimmij <jimmij@jimmij.jimmij> writes:

> Hello,
> I want to see _ALL_ articles, also this which I've read before.
> So I put to my .gnus.el:
> (setq gnus-fetch-old-headers t)
> but this works only for old articles which have also some new one!
> How can I tell gnus to show me all?

There are several ways to do this:

In the *Group* buffer press `G c' on the appropriate group, move down to
the `Display' section, and set this to `all'.

In the summary buffer, press `/o' to insert all old articles in the
buffer. See Limiting in the Gnus manual.

To turn on this feature globally use gnus-parameters, eg:

;; turn on the display of all articles when entering mail groups using
;; the nnml backend
(setq gnus-parameters
      '(("^nnml:mail\\..*"
       ;;
       ;;        include other parameters here if needed.
       ;;
         (display . all))))

See Group Parameters in the Gnus manual for details.

> And another question:
> In which file qnus store information which articles I have read, and
> which I've answered - is it directory "~/News/"?

The file ~/.newsrc.eld or ~/.newsrc-servername.eld contains this
infomation. 
-- 
,---------------------------------------------------------------.
|   Neil Woods   |   Do you ever get that feeling of deja vu?   |
`---------------------------------------------------------------'

reply via email to

[Prev in Thread] Current Thread [Next in Thread]