From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/75411 Path: news.gmane.org!not-for-mail From: Lawrence Mitchell Newsgroups: gmane.emacs.gnus.general Subject: Re: Just shoot me now Date: Wed, 22 Dec 2010 17:14:01 +0000 Message-ID: References: <87bp4es21b.fsf@marauder.physik.uni-ulm.de> <82r5d9ajlm.fsf@gmail.com> <0hlj3hwxxz.fsf@news.eternal-september.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1293038074 11435 80.91.229.12 (22 Dec 2010 17:14:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 22 Dec 2010 17:14:34 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M23763@lists.math.uh.edu Wed Dec 22 18:14:30 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 1PVSGd-0004VH-Rr for ding-account@gmane.org; Wed, 22 Dec 2010 18:14:24 +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 1PVSGa-0006JL-RJ; Wed, 22 Dec 2010 11:14:20 -0600 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 1PVSGZ-0006J4-Ag for ding@lists.math.uh.edu; Wed, 22 Dec 2010 11:14:19 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PVSGX-0005HK-Rt for ding@lists.math.uh.edu; Wed, 22 Dec 2010 11:14:19 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PVSGX-0005mP-59 for ding@gnus.org; Wed, 22 Dec 2010 18:14:17 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PVSGT-0004NP-UU for ding@gnus.org; Wed, 22 Dec 2010 18:14:13 +0100 Original-Received: from cpc4-newt21-0-0-cust663.newt.cable.virginmedia.com ([92.232.54.152]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Dec 2010 18:14:13 +0100 Original-Received: from wence by cpc4-newt21-0-0-cust663.newt.cable.virginmedia.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Dec 2010 18:14:13 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 51 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: cpc4-newt21-0-0-cust663.newt.cable.virginmedia.com User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:S5pf1oesskIPl6/XAjEWRbSd9NE= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:75411 Archived-At: Richard Riley wrote: [...] > Abd just in case anyone is reading this, I still havent got an example > of fancy splitting working, Here is my setup:- > ,---- > | (setq spam-use-bogofilter t) > | (setq spam-use-spamassassin t) > | > | (require 'spam) > | (spam-initialize) > | > | (setq nnimap-split-inbox '("INBOX")) This variable no longer exists in gnus. As of Lars' recent nnimap rewrite. You want: (setq nnimap-split-methods 'nnimap-split-fancy) > | (setq nnimap-split-fancy '(| (: spam-split) "INBOX")) > | > | (setq nnmail-split-inbox '("INBOX")) Similarly here. (setq nnmail-split-methods 'nnmail-split-fancy) > | (setq nnmail-split-fancy '(| (: spam-split) "SYS-INBOX")) > | > | (setq spam-split-disabled nil) > | > | (setq spam-autodetect-recheck-messages nil) > | (setq spam-mark-ham-unread-before-move-from-spam-group t) > | (setq spam-mark-new-messages-in-spam-group-as-spam t) > | (setq spam-split-group "Gnus-Spam") > `---- > And no splitting is happening on the INBOX. I cant think what else might > be inhibiting it so if no one can help I'll try, gulp, to debug it... The manual hasn't been updated inline with the most recent set of nnimap changes, maybe? Cheers, Lawrence -- Lawrence Mitchell