From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/52955 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap split-rule and split-fancy Date: Sat, 31 May 2003 21:25:22 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1054409021 30035 80.91.224.249 (31 May 2003 19:23:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 31 May 2003 19:23:41 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M1499@lists.math.uh.edu Sat May 31 21:23:39 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 19MBx5-0007o7-00 for ; Sat, 31 May 2003 21:23:39 +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 19MBz3-0000qU-00; Sat, 31 May 2003 14:25:41 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19MByx-0000qP-00 for ding@lists.math.uh.edu; Sat, 31 May 2003 14:25:35 -0500 Original-Received: (qmail 64638 invoked by alias); 31 May 2003 19:25:35 -0000 Original-Received: (qmail 64633 invoked from network); 31 May 2003 19:25:34 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by sclp3.sclp.com with SMTP; 31 May 2003 19:25:34 -0000 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.9/8.12.9) with ESMTP id h4VJPMB4008357 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Sat, 31 May 2003 21:25:23 +0200 Original-To: John Owens Mail-Copies-To: nobody X-Payment: hashcash 1.2 0:030531:jowens@ece.ucdavis.edu:eb9d954e4be3f2ea X-Hashcash: 0:030531:jowens@ece.ucdavis.edu:eb9d954e4be3f2ea X-Payment: hashcash 1.2 0:030531:ding@gnus.org:445f1f59803793a4 X-Hashcash: 0:030531:ding@gnus.org:445f1f59803793a4 In-Reply-To: (John Owens's message of "Sat, 31 May 2003 12:03:45 -0700") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:52955 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:52955 John Owens writes: > Surely a dumb question, but I don't have it working correctly ... > > I have several different mail spool files that I would like to > consider as a single logical mailbox. nnimap-split-inbox seems to do > this quite well: > > nnimap-split-inbox '("INBOX" "*.incoming") Do you have a mailbox named *.incoming? Wildcards are not supported. > And nnimap-split-fancy also seems to work OK for me: > > nnimap-split-fancy > '(| > ("subject" "test1" "mailbox1") > ("subject" "test2" "mailbox2") > ("subject" "test3" "mailbox3") > "unsorted") > > The problem I have is mapping the inboxes to the splitting, which I > understand should be done with nnimap-split-rule. Yup. Inbox-specific splitting is only possible with nnimap-split-rule, fancy splitting does not support it. > I want to call the same split-fancy rule on every one of my split > inboxes. Then you don't need inbox-specific splitting at all? > I haven't figured out what to set for nnimap-split-rule yet. Right > now I have > > nnimap-split-rule 'nnimap-split-fancy > > but I've also tried > > nnimap-split-rule '((".*" (".*" nnimap-split-fancy))) > > with no success. I've been able to split from INBOX but not from the > *.incoming boxes. Suggestions as to how to set nnimap-split-rule? Both should work. But I suspect the reason *.incoming doesn't work is because there is no mailbox named *.incoming.