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 Date: Mon, 6 Jul 2009 08:21:14 -0700 (PDT) Organization: http://groups.google.com 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=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1246894882 14160 80.91.229.12 (6 Jul 2009 15:41:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 6 Jul 2009 15:41:22 +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 17:41:15 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 1MNqJe-0005tO-Dc for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Jul 2009 17:41:14 +0200 Original-Received: from localhost ([127.0.0.1]:40217 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MNqJd-0006VN-RK for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Jul 2009 11:41:13 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!x5g2000yqk.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 34 Original-NNTP-Posting-Host: 213.41.232.205 Original-X-Trace: posting.google.com 1246893674 5099 127.0.0.1 (6 Jul 2009 15:21:14 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 6 Jul 2009 15:21:14 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: x5g2000yqk.googlegroups.com; posting-host=213.41.232.205; posting-account=ekTE0goAAADiVCThPmo4ph0C5bTUhQOx User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.10) Gecko/2009042708 Fedora/3.0.10-1.fc9 Firefox/3.0.10, gzip(gfe), gzip(gfe) X-HTTP-Via: 1.1 grimoire.wyplay.int:3128 (squid/2.5.STABLE14) Original-Xref: news.stanford.edu gnu.emacs.help:170595 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:65798 Archived-At: Hello, On Jul 3, 12:28=A0am, David Engster wrote: > > Some people are not comfortable with some program creating new folders > on their primary mail back end, so you can simply create another (nnml > or nnmaildir) and let nnmairix use that one. Hmm, this isn't what I got I think... I created a nnml backend called 'mairix' but it's simply almost empty: $ tree -a Mail/mairix Mail/mairix |-- .marks `-- mairix `-- .marks And after a search (G b s), results go to Mail/zz_mairix-mairix-1 directory, but I thought it would go to Mail/mairix... Here is what I got when I look at the mairix group parameters: (nnmairix "mairix" (nnmairix-backend nnml) (nnmairix-backend-server "") (nnmairix-mairix-command "mairix") (nnmairix-hidden-folders nil) (nnmairix-default-group "mairix")) Do you see something weird ? thanks