From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/75344 Path: news.gmane.org!not-for-mail From: Michael Welsh Duggan Newsgroups: gmane.emacs.gnus.general Subject: Re: Head. Wall. Bang. (imap fancy splitting) Date: Mon, 20 Dec 2010 20:14:30 -0500 Message-ID: <87k4j4exl5.fsf@maru.md5i.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1292894117 9559 80.91.229.12 (21 Dec 2010 01:15:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 21 Dec 2010 01:15:17 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M23696@lists.math.uh.edu Tue Dec 21 02:15:14 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PUqor-0001GH-MW for ding-account@gmane.org; Tue, 21 Dec 2010 02:15:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1PUqoV-00067O-2q; Mon, 20 Dec 2010 19:14:51 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PUqoT-00067B-Jd for ding@lists.math.uh.edu; Mon, 20 Dec 2010 19:14:49 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PUqoJ-0007LY-8Z for ding@lists.math.uh.edu; Mon, 20 Dec 2010 19:14:49 -0600 Original-Received: from md5i.com ([75.151.244.229] helo=maru.md5i.com) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PUqoI-0004lN-6y for ding@gnus.org; Tue, 21 Dec 2010 02:14:38 +0100 Original-Received: from md5i by maru.md5i.com with local (Exim 4.72) (envelope-from ) id 1PUqoB-0007q4-2A for ding@gnus.org; Mon, 20 Dec 2010 20:14:31 -0500 In-Reply-To: (Tommy Kelly's message of "Mon, 20 Dec 2010 17:57:59 -0600") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:75344 Archived-At: Tommy Kelly writes: > I'm trying to get even a simple fancy split going, so I can build up my > understanding from there. But I can't even do that. I'm trying this > simple split: > > (| "TEST-GROUP") > > My understanding is, that will shove everything into group > TEST-GROUP. Yes? Here's how I'm using it: > > (setq gnus-secondary-select-methods > '( > (nnimap "work" > (nnimap-address "imap.gmail.com") > (nnimap-stream ssl) > (nnimap-server-port 993) > > (nnimap-inbox "INBOX") > (nnimap-split-methods nnimap-split-fancy) > (nnimap-split-fancy (| "TEST-GROUP")) > ) > ) Try changing to: (setq gnus-secondary-select-methods '((nnimap "work" (nnimap-address "imap.gmail.com") (nnimap-stream ssl) (nnimap-server-port 993) (nnimap-inbox "INBOX") (nnimap-split-methods nnmail-split-fancy)))) (setq nnmail-split-fancy '(| "TEST-GROUP")) -- Michael Welsh Duggan (md5i@md5i.com)