help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: another 2 questions about gnus.


From: zrr
Subject: Re: another 2 questions about gnus.
Date: Wed, 08 Sep 2004 22:39:23 +0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux)

rokia <Rokia@batbug.org> writes:


> 1:I want to summary sort article in reverse order of the date whenever
> I come in. how to set this?
add this line in .gnus.el

(setq gnus-thread-sort-functions
      '((not gnus-thread-sort-by-date)
        (not gnus-thread-sort-by-number)))
>
> 2:each time I reopen the group, all the article set to unread. how to
> let gnus remember if the article has been read?
In summary buffer type 'c' to invoke the command
 "gnus-summary-catchup-and-exit".
>
>  
> -- 

reply via email to

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