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

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

Re: Setting up nnmairix (was: gnus: how to improve searching for article


From: Francis Moreau
Subject: Re: Setting up nnmairix (was: gnus: how to improve searching for articles)
Date: Thu, 02 Jul 2009 15:58:17 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.94 (gnu/linux)

David Engster <deng@randomsample.de> writes:

>
> You can use the following kludge
>
> (setq gnus-auto-subscribed-groups
>  
> "^\\(nnml\\|nnfolder\\|nnmbox\\|nnmh\\|nnbabyl\\|nnmaildir\\).*:\\([^z]\\|z$\\|\\z[^z]\\|zz$\\|zz[^_]\\|zz_$\\).*")
>
> to avoid the zz_mairix-* groups being auto-subscribed.

Isn't the below more simple ?

    (setq gnus-options-not-subscribe "zz_mairix-.*")

> The term "back end" does not denote a group, but a server where groups
> reside, in your case your local nnml server.

I'm not sure why I need to specify this at all...

> You do not have to create any groups manually, since nnmairix will
> create those groups for you. They should directly pop up in your Group
> buffer.

Indeed that's what is happening

Thanks
-- 
Francis


reply via email to

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