From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/72703 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.gnus.general Subject: Re: splitting for dunces Date: Wed, 06 Oct 2010 23:50:18 +0200 Organization: aich tea tea pea dicky riley dot net Message-ID: References: <87mxqt3xi7.fsf@hillenius.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1286401883 13644 80.91.229.12 (6 Oct 2010 21:51:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 6 Oct 2010 21:51:23 +0000 (UTC) Cc: ding@gnus.org To: Gijs Hillenius Original-X-From: ding-owner+M21075@lists.math.uh.edu Wed Oct 06 23:51:21 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 1P3btR-0004a0-BY for ding-account@gmane.org; Wed, 06 Oct 2010 23:51:21 +0200 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 1P3bsZ-00048m-5p; Wed, 06 Oct 2010 16:50:27 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1P3bsX-00048X-DH for ding@lists.math.uh.edu; Wed, 06 Oct 2010 16:50:25 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P3bsV-0000UL-RT for ding@lists.math.uh.edu; Wed, 06 Oct 2010 16:50:25 -0500 Original-Received: from mail-ew0-f44.google.com ([209.85.215.44]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P3bsV-0008A4-00 for ; Wed, 06 Oct 2010 23:50:23 +0200 Original-Received: by ewy26 with SMTP id 26so26382ewy.17 for ; Wed, 06 Oct 2010 14:50:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject :organization:references:date:in-reply-to:message-id:user-agent :mime-version:content-type; bh=A0iMgTAPbGv0lahcpTwht0ILtmnPSMrIciX9auvaedw=; b=GxRUdH3ByLqDiYgUURIMdmJ7j30xJ8qXaBr9M4AB5bnnUIyfyFW81oayi5Cp1mUkSt 4OL0WydD28pWKQ2Um6DdviagPKHQl216Gu0gYQ47xDw/QAdg6h0E/Lk7oWP/KufF6t0V d33eBgw4wO5zEVR0HqMhVS1hGuQxm0Kq6vOBU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:cc:subject:organization:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; b=MVKvny7vuDhnCOrlPBbooPDU/ciy/MTEsXWZf0yAE5UafaJZaW+2NHhVjAMWx9f5H3 huwri2+Jsp/9FqoGCpQm6/zYvsbW50DWSBIKzmCJFF3TwY/Sc3Cw6Kj4t6CibVVM8cTg Mff9szKM4FUb+0BqSHzJ/WyVyW73V6CN2+HVw= Original-Received: by 10.14.119.7 with SMTP id m7mr8675514eeh.42.1286401822121; Wed, 06 Oct 2010 14:50:22 -0700 (PDT) Original-Received: from localhost ([85.183.18.158]) by mx.google.com with ESMTPS id u9sm2231446eeh.11.2010.10.06.14.50.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 06 Oct 2010 14:50:20 -0700 (PDT) In-Reply-To: <87mxqt3xi7.fsf@hillenius.net> (Gijs Hillenius's message of "Tue, 05 Oct 2010 09:32:48 +0200") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux) X-Spam-Score: -2.0 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:72703 Archived-At: Gijs Hillenius writes: > On 5 Oct 2010, Richard Riley wrote: > > [...] > >> But split handling has dramatically changed? I ask because my splitting >> doesnt work anymore and, to be honest, (as the posts about splitting >> indicate) splitting is really tricky to get your head around. > > I find that it got a little easier. > > for Gnus 5.13 and earliers I had this, with 'thuis' being the name for > the Imap server. > > ,---- > | (setq nnimap-split-inbox > | '("INBOX" )) > | (setq nnimap-split-predicate "UNDELETED") > | (setq nnimap-split-crosspost nil) > | (setq nnimap-split-rule '(("thuis" ("INBOX" nnimap-split-fancy))) > | nnimap-split-fancy > | '(| (: gnus-folder-per-bbdb) > | ("From" "googlealerts.*" "INBOX.google-alerts") > | ;; omitted bunch of similar lines > | (any "opentaal-discussie@lists.uitwisselplatform.nl" "INBOX.opentaal") > | (any "dspam-user@lists.sourceforge.net" "INBOX.dspam") > | ("INBOX" ""))) > | > `---- > > for No Gnus v0.11 I have 'just' this: > > ,---- > | (setq nnimap-split-fancy > | '(| (: gnus-folder-per-bbdb) > | ("From" "googlealerts.*" "INBOX.google-alerts") > | et cetera > `---- The etc is causing me hassle. If I set it to "INBOX" (which is the imap default) ALL my INBOX seems to be processed each time I refresh or start gnus. e.g (setq nnmail-split-fancy '((: spam-split)"INBOX")) Is it more normal to move all mail from INBOX to another? Since I'm syncing with gmail using offlineimap I really want to leave my read email in the INBOX to cut down on transfers. If anyone has an imap split working with nognus and using spam-split I would love to see the setup. When I dont include the INBOX then on one run all my email was moved into a "bogus" folder. I've had to turn all splitting off for now until I can see a working example using spam-split. (I use spam-split since I use the bogofilter processing).