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

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

How do I list all groups by default


From: Angelina Carlton
Subject: How do I list all groups by default
Date: Thu, 07 Jul 2005 19:44:24 -0400
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

Hello

I am trying Gnus for the first time and wish to list all my
subscribed groups, particularly the email ones prefixed by
"nnml"

In my .gnus.el I have tried: 

(setq gnus-permanently-visible-groups
     '(("nnml")))

But got an "invalid" regex error. 

Then I tried by way of group parameters:

(setq gnus-parameters
         '(("^nnml.*"               ;; does this not match anything
         (visible . t)              ;; beginning with nnml?  
         (charset . utf-8)
         (subscribed . t)
         (expiry-wait . never)
         (display . 200))
      
         ;; Mail from emms
         ("^nnml.*emms.*"
         (to-address . "emms-help@gnu.org")
         (to-list . "emms-help@gnu.org")         
         (subscribed . t)
         (expiry-wait . never)
         (display . 200)
         (charset . utf-8)
         (visible . t))
      
         ;; Mail from emacs        
         ("^nnml.*emacs.*"
         (to-address . "help-gnu-emacs@gnu.org")
         (to-list . "help-gnu-emacs@gnu.org")    
         (subscribed . t)
         (expiry-wait . never)
         (display . 200)
         (charset . utf-8)
         (visible . t)))) 

Neither of these work and I have to press L to see all my mail folders
Not a big deal, but if its possible I would like to see them no matter
how many messages each group contains, if any.

Thank you..

-- 
-----Angelina Carlton-----
orchid on irc.freenode.net
     brat@magma.ca
web:bzgirl.bakadigital.com
--------------------------


reply via email to

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