From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/72582 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.gnus.general Subject: Re: splitting for dunces Date: Tue, 05 Oct 2010 08:10:41 +0200 Organization: aich tea tea pea dicky riley dot net Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1286259139 28281 80.91.229.12 (5 Oct 2010 06:12:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 5 Oct 2010 06:12:19 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M20954@lists.math.uh.edu Tue Oct 05 08:12:18 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 1P30l7-0004az-6H for ding-account@gmane.org; Tue, 05 Oct 2010 08:12:17 +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 1P30kP-0004ef-7H; Tue, 05 Oct 2010 01:11:33 -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 1P30kD-0004eJ-D9 for ding@lists.math.uh.edu; Tue, 05 Oct 2010 01:11:21 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P30k8-0006V2-Dt for ding@lists.math.uh.edu; Tue, 05 Oct 2010 01:11:20 -0500 Original-Received: from mail-fx0-f44.google.com ([209.85.161.44]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P30k6-0001Kr-00 for ; Tue, 05 Oct 2010 08:11:14 +0200 Original-Received: by fxm6 with SMTP id 6so5139596fxm.17 for ; Mon, 04 Oct 2010 23:10:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:organization :references:date:in-reply-to:message-id:user-agent:mime-version :content-type; bh=4eoiSTaZCaOXDkrAHGmHf7W9+b56LeZ3mzK2PnJcmXQ=; b=hMO3jMZlaAhEVdGNumByzEw2yEtuvLecOkVG7r0uvoEXifdJUD79cu8YgDFJanj1Rh JrfFZWn6Z3pik1OnaTmg/XUJztmJdQTLsgORcyYoRUpd3UJdp9JfQcuqUTExSCv+IadV l8szSvY0k2flKAsGYMeKp1MRDoy21XtOCiLko= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:subject:organization:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=ldLsuYo2BqXM/tPhQoLQcEh9BoH1AA2KDSXDPkcn1UZxSgFE8yqrL8B+fJKla6KrS2 lIlHDVNEMUvMwIBD71XQrFzB4EeuVhH8kM+r8eXR1sADDesz8wm5PPGuGiCetcoV/Cmc f4ZVvaPOUHajOV77cLVXCBo/h0gsNJOrb/kn0= Original-Received: by 10.223.108.19 with SMTP id d19mr10022901fap.11.1286259044336; Mon, 04 Oct 2010 23:10:44 -0700 (PDT) Original-Received: from localhost ([85.183.18.158]) by mx.google.com with ESMTPS id b11sm2681370faq.30.2010.10.04.23.10.42 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 04 Oct 2010 23:10:42 -0700 (PDT) In-Reply-To: (Lars Magne Ingebrigtsen's message of "Mon, 04 Oct 2010 22:31:31 +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:72582 Archived-At: Lars Magne Ingebrigtsen writes: > "Austin F. Frank" writes: > >>> (nnimap-split-methods (("your" "split"))))) >> >> How would it look if it used fancy splitting? > > (nnimap-split-methods '(| (fancy-split blah blah))) > > The manual has several fancy split examples, I think. 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.