From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.help Subject: Re: Setting up nnmairix Date: Mon, 06 Jul 2009 20:42:03 +0200 Message-ID: <8763e5lklg.fsf@engster.org> 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> <87ab3hlks2.fsf@arcor.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1246905948 17721 80.91.229.12 (6 Jul 2009 18:45:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 6 Jul 2009 18:45:48 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jul 06 20:45:41 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 1MNtC4-0001DU-2Q for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Jul 2009 20:45:36 +0200 Original-Received: from localhost ([127.0.0.1]:41542 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MNtC3-0004nJ-GJ for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Jul 2009 14:45:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MNtBj-0004n4-1u for help-gnu-emacs@gnu.org; Mon, 06 Jul 2009 14:45:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MNtBd-0004mU-Hz for help-gnu-emacs@gnu.org; Mon, 06 Jul 2009 14:45:13 -0400 Original-Received: from [199.232.76.173] (port=46738 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MNtBd-0004mR-Cu for help-gnu-emacs@gnu.org; Mon, 06 Jul 2009 14:45:09 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:39123 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MNtBc-00060a-R5 for help-gnu-emacs@gnu.org; Mon, 06 Jul 2009 14:45:09 -0400 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1MNtBW-0006WF-Rj for help-gnu-emacs@gnu.org; Mon, 06 Jul 2009 18:45:02 +0000 Original-Received: from dslc-082-082-187-125.pools.arcor-ip.net ([82.82.187.125]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Jul 2009 18:45:02 +0000 Original-Received: from deng by dslc-082-082-187-125.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Jul 2009 18:45:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: help-gnu-emacs@gnu.org Original-Lines: 12 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: dslc-082-082-187-125.pools.arcor-ip.net User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.94 (gnu/linux) Mail-Copies-To: never Cancel-Lock: sha1:J7Er6J8J1Ybz3mDLyXuzDQf4nO8= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:65800 Archived-At: David Engster writes: > (setq gnus-secondary-select-methods > '((nnml "")) > '((nnml "mairixresults" (nnml-directory "~/mairixresults")))) This should read (setq gnus-secondary-select-methods '((nnml "") (nnml "mairixresults" (nnml-directory "~/mairixresults")))) -David