From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/52954 Path: main.gmane.org!not-for-mail From: John Owens Newsgroups: gmane.emacs.gnus.general Subject: nnimap split-rule and split-fancy Date: Sat, 31 May 2003 12:03:45 -0700 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 1054407742 23410 80.91.224.249 (31 May 2003 19:02:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 31 May 2003 19:02:22 +0000 (UTC) Original-X-From: ding-owner+M1498@lists.math.uh.edu Sat May 31 21:02:18 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 19MBcH-00064D-00 for ; Sat, 31 May 2003 21:02:09 +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 19MBe3-0000fl-00; Sat, 31 May 2003 14:03:59 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19MBdv-0000ff-00 for ding@lists.math.uh.edu; Sat, 31 May 2003 14:03:51 -0500 Original-Received: (qmail 63609 invoked by alias); 31 May 2003 19:03:50 -0000 Original-Received: (qmail 63604 invoked from network); 31 May 2003 19:03:50 -0000 Original-Received: from main.gmane.org (80.91.224.249) by sclp3.sclp.com with SMTP; 31 May 2003 19:03:50 -0000 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19MBbi-00060Y-00 for ; Sat, 31 May 2003 21:01:34 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19MBbg-00060K-00 for ; Sat, 31 May 2003 21:01:32 +0200 Original-Lines: 33 Original-X-Complaints-To: usenet@main.gmane.org User-Agent: Gnus/5.1001 (Gnus v5.10.1) XEmacs/21.1 (Carlsbad Caverns, linux) Cancel-Lock: sha1:2zqlKxxPkozR6uSv1Wb7X1owrWo= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:52954 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:52954 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") 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. I want to call the same split-fancy rule on every one of my split inboxes. 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? Thanks. JDO