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

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

Re: When I customize a group, where is that metadata stored?


From: Tassilo Horn
Subject: Re: When I customize a group, where is that metadata stored?
Date: Tue, 28 Oct 2008 09:10:00 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Andreas Davour <anteRUN@updateLIKE.uu.HELLse> writes:

> I'd like to configure some tweaks for a big bunch of groups, namely
> the permanently visible flag.
>
> This can be done by selecting customize for each group, but it has all
> the flaws of all GUIs in that it takes time and is cumbersome. I'd
> like to write some elisp to do that, preferable in my .gnus file.
>
> Anyone know how that metadata is stored and how to manipulate it
> without using "customize"??

Generally those things are made with (info "(gnus)Group Parameters").
Most of these parameters can be set via elisp using the
`gnus-parameters' variable.  But the `visible' parameted cannot:

,----[ (info "(gnus)Group Parameters") ]
| `visible'
|      If the group parameter list has the element `(visible . t)', that
|      group will always be visible in the Group buffer, regardless of
|      whether it has any unread articles.
| 
|      This parameter cannot be set via `gnus-parameters'. See
|      `gnus-permanently-visible-groups' as an alternative.
`----

But as you see, you can set `gnus-permanently-visible-groups' in your
~/.gnus.el to achieve your goal.

Hope that helps,
Tassilo





reply via email to

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