From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/724 Path: news.gmane.org!not-for-mail From: Boris DAIX Newsgroups: gmane.emacs.gnus.user Subject: Re: Mail groups - "the old way" Date: Thu, 04 Jul 2002 12:57:17 +0200 Organization: CISM (Universite Claude Bernard Lyon I et INSA Lyon) Message-ID: <87u1nfyd4i.fsf@Pulsar.resI.insa-lyon.fr> References: <87sn2z4vxe.fsf@Pulsar.resI.insa-lyon.fr> <87sn2zhj1b.fsf@sixfingeredman.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138667658 8148 80.91.229.2 (31 Jan 2006 00:34:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 00:34:18 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:28:01 2006 Original-Path: quimby.gnus.org!uio.no!news.tele.dk!small.news.tele.dk!212.43.194.69!fr.clara.net!heighliner.fr.clara.net!lirmm.fr!cines.fr!univ-lyon1.fr!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: i425.resi.insa-lyon.fr Original-X-Trace: demo2.univ-lyon1.fr 1025780015 25956 134.214.164.228 (4 Jul 2002 10:53:35 GMT) Original-X-Complaints-To: abuse@univ-lyon1.fr Original-NNTP-Posting-Date: 4 Jul 2002 10:53:35 GMT User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i386-debian-linux-gnu) Cancel-Lock: sha1:MS6fRTwv3c6yPXXEjc5c81MEhLk= Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:864 Original-Lines: 48 X-Gnus-Article-Number: 864 Tue Jan 17 17:28:01 2006 Xref: news.gmane.org gmane.emacs.gnus.user:724 Archived-At: Adrian Kubala writes: > You can set the `display' group parameter for the relevant groups to > `all'. Edit this from the Groups buffer by saying "G c". Or if you > have Oort, you can use `gnus-parameters' like this: Yes I have, > (setq gnus-parameters > '(("mail\\..*" > (total-expire . t) > (expiry-wait . 15) > (display . all) > (gcc-self . t)) > ("list\\..*" > (total-expire . t) > (expiry-wait . 7) > (gcc-self . t)) > )) But this will add some expiring stuff that I don't have studied yet :-) Doesn't it ? Would I try : (setq gnus-parameters '(("mail\\..*" ;; (total-expire . t) ;; (expiry-wait . 15) (display . all) ;; (gcc-self . t)) ;; ("list\\..*" ;; (total-expire . t) ;; (expiry-wait . 7) ;; (gcc-self . t)) ) ) > So all my mail groups display read and unread. Ok, that's what I want. > adrian Regards, Boris