From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/51886 Path: main.gmane.org!not-for-mail From: Andreas Jaeger Newsgroups: gmane.emacs.gnus.general Subject: Using different backends Date: Sun, 27 Apr 2003 14:22:19 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1051456540 25990 80.91.224.249 (27 Apr 2003 15:15:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 27 Apr 2003 15:15:40 +0000 (UTC) Original-X-From: ding-owner+M429@lists.math.uh.edu Sun Apr 27 17:15:38 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 199nsP-0006kw-00 for ; Sun, 27 Apr 2003 17:15:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 199ntK-0002pu-00; Sun, 27 Apr 2003 10:16:34 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 199lAm-00027W-00 for ding@lists.math.uh.edu; Sun, 27 Apr 2003 07:22:24 -0500 Original-Received: (qmail 28824 invoked by alias); 27 Apr 2003 12:22:24 -0000 Original-Received: (qmail 28819 invoked from network); 27 Apr 2003 12:22:23 -0000 Original-Received: from ns.suse.de (HELO Cantor.suse.de) (213.95.15.193) by sclp3.sclp.com with SMTP; 27 Apr 2003 12:22:23 -0000 Original-Received: from Hermes.suse.de (Hermes.suse.de [213.95.15.136]) by Cantor.suse.de (Postfix) with ESMTP id 5238514D34 for ; Sun, 27 Apr 2003 14:22:21 +0200 (MEST) Original-Received: from aj by arthur.inka.de with local (Exim 4.12) id 199lAh-0007Ul-00 for ding@gnus.org; Sun, 27 Apr 2003 14:22:19 +0200 Original-To: ding@gnus.org User-Agent: Gnus/5.09002 (Oort Gnus v0.20) XEmacs/21.4 (Portable Code, linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:51886 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:51886 I'm currently trying to use different backends for different mailfolders. Mails are split via procmail into one directory: (setq mail-sources '( (directory :path "/mail-aj/Mail/procmail-work/" :plugged t :suffix ".spool") )) And I'd like to use - depending on the folder - either nnmaildir or nnfolder for incoming mails. I also have some nnml folders that I'm currently converting to either nnmaildir or nnfolder: (setq gnus-secondary-select-methods '((nnmaildir "gromit" (directory "/mail-aj/Maildirs/") (get-new-mail t) ) (nnml "") (nnfolder "archive"))) But what seems to happen is that now all files in my procmail dir are now caught by nnmaildir and new (duplicated) folders exist now - one old nnfolder/nnml and one new nnmaildir :-(. So, how can I get this working? I do not want nnmaildir create new groups found in my procmail spool, it should pass them on to one of the other methods. I'm using Oort Gnus from CVS, Andreas -- Andreas Jaeger SuSE Labs aj@suse.de private aj@arthur.inka.de http://www.suse.de/~aj