From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53386 Path: main.gmane.org!not-for-mail From: Andre Srinivasan Newsgroups: gmane.emacs.gnus.general Subject: Re: Splitting based on different Maildir* sources? Date: Thu, 10 Jul 2003 09:44:12 -0700 Organization: E2open LLC Sender: ding-owner@lists.math.uh.edu Message-ID: References: <867k6sdaju.fsf@PECTOPAH.shenton.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1057860168 25295 80.91.224.249 (10 Jul 2003 18:02:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 10 Jul 2003 18:02:48 +0000 (UTC) Original-X-From: ding-owner+M1929@lists.math.uh.edu Thu Jul 10 20:02:47 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 19afkb-0006Yp-00 for ; Thu, 10 Jul 2003 20:02:37 +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 19afkt-0001Vj-00; Thu, 10 Jul 2003 13:02:55 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19aedF-0001Qy-00 for ding@lists.math.uh.edu; Thu, 10 Jul 2003 11:50:57 -0500 Original-Received: (qmail 7792 invoked by alias); 10 Jul 2003 16:50:56 -0000 Original-Received: (qmail 7787 invoked from network); 10 Jul 2003 16:50:56 -0000 Original-Received: from main.gmane.org (80.91.224.249) by sclp3.sclp.com with SMTP; 10 Jul 2003 16:50:56 -0000 Original-Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19aecP-0000UI-00 for ; Thu, 10 Jul 2003 18:50:05 +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 19aeVx-0008Gl-00 for ; Thu, 10 Jul 2003 18:43:25 +0200 Original-Lines: 10 Original-X-Complaints-To: usenet@main.gmane.org X-GPG-KeyId: 1CF6F2C5 X-GPG-KeyFingerprint: 93E6 30CE 91C4 941A E61D 6DA1 5B1B 92A6 1CF6 F2C5 User-Agent: Gnus/5.1003 (Gnus v5.10.3) XEmacs/21.4 (Native Windows TTY Support (Windows), cygwin32) Cancel-Lock: sha1:KeboHwL/jh0PsChDwfSzF+IfV/U= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:53386 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:53386 You can use nnmail-split-fancy. I use procmail to split all my mail and then file into separate groups with the following: (setq nnmail-split-fancy ' (| ("x-gnus-mail-source" ".*/\\([^/]*\\)/new" "\\1") "inbox")) -andre.