Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Angelina Carlton <brat@magma.ca>
Subject: How do I list all groups by default
Date: Thu, 07 Jul 2005 19:44:24 -0400	[thread overview]
Message-ID: <87y88ib2qv.fsf@magma.ca> (raw)


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	other threads:[~2005-07-07 23:44 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-07 23:44 Angelina Carlton [this message]
2005-07-07 23:47 ` Adam Sjøgren
2005-07-08  0:35   ` Angelina Carlton
2005-07-08  3:45     ` Angelina Carlton
2005-07-08  9:44     ` Adam Sjøgren
2005-07-08 18:52 ` Johan Bockgård
2005-07-08 19:31 ` Malte Spiess
2005-07-08 21:52   ` Angelina Carlton
2005-07-09  8:33     ` Adam Sjøgren
2005-07-10  8:53     ` Malte Spiess
2005-07-10 13:23       ` Angelina Carlton
2005-07-10 14:11         ` Malte Spiess
2005-07-10 14:15           ` Malte Spiess

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y88ib2qv.fsf@magma.ca \
    --to=brat@magma.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).