From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Francis Moreau Newsgroups: gmane.emacs.help Subject: Re: Setting up nnmairix (was: gnus: how to improve searching for articles) Date: Thu, 02 Jul 2009 15:58:17 +0200 Organization: A noiseless patient Spider Message-ID: References: <874ou15ip7.fsf@kobe.laptop> <843331d7-e555-4a30-a716-fdf617a22499@l12g2000yqo.googlegroups.com> <87k52tbmht.fsf@kobe.laptop> <8682e5a7-6d39-4882-b82b-269175381b5e@k8g2000yqn.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1246572398 14455 80.91.229.12 (2 Jul 2009 22:06:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 2 Jul 2009 22:06:38 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 03 00:06:31 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MMUQF-0004wl-KE for geh-help-gnu-emacs@m.gmane.org; Fri, 03 Jul 2009 00:06:27 +0200 Original-Received: from localhost ([127.0.0.1]:50375 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MMUQF-0005TW-3a for geh-help-gnu-emacs@m.gmane.org; Thu, 02 Jul 2009 18:06:27 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!news-2.dfn.de!news.dfn.de!newsfeed.straub-nv.de!feeder.eternal-september.org!eternal-september.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 28 Original-X-Trace: news.eternal-september.org U2FsdGVkX1+Q1HfPHx5YkIbDCNMjtWaLeBTqbjKIOxs3zQU0EtNRiBXIvhHdqeYOYua2kqwC4aM/pZnxeQv5Gp4HsDRBI5fYnHeJeerQMcxyCnsV8P5j/1utZNSbNcBJhjukR8I4GVKxBxRrk2X+ew== Original-X-Complaints-To: abuse@eternal-september.org Original-NNTP-Posting-Date: Thu, 2 Jul 2009 14:01:45 +0000 (UTC) X-Auth-Sender: U2FsdGVkX189IWSEdEsNy/51hne0Rz31Q32Heuxglcw= Cancel-Lock: sha1:CvHwZvoJ/1TGsa7uuMFWMxUkwo0= sha1:b+yAXwHOMOy0FU5ENC0oUqbx3z0= User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.94 (gnu/linux) Original-Xref: news.stanford.edu gnu.emacs.help:170515 X-Mailman-Approved-At: Thu, 02 Jul 2009 18:00:12 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:65730 Archived-At: David Engster 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