From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/75412 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.gnus.general Subject: Re: Just shoot me now Date: Wed, 22 Dec 2010 18:43:07 +0100 Organization: aich tea tea pea dicky riley dot net Message-ID: <7mhbe5wvo4.fsf@news.eternal-september.org> 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 1293039812 20189 80.91.229.12 (22 Dec 2010 17:43:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 22 Dec 2010 17:43:32 +0000 (UTC) Cc: ding@gnus.org To: Lawrence Mitchell Original-X-From: ding-owner+M23764@lists.math.uh.edu Wed Dec 22 18:43:28 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 1PVSik-0005rs-Io for ding-account@gmane.org; Wed, 22 Dec 2010 18:43:26 +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 1PVSia-0006Rw-7V; Wed, 22 Dec 2010 11:43:16 -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 1PVSiY-0006Rd-2Q for ding@lists.math.uh.edu; Wed, 22 Dec 2010 11:43:14 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PVSiW-0005QL-06 for ding@lists.math.uh.edu; Wed, 22 Dec 2010 11:43:13 -0600 Original-Received: from mail-bw0-f45.google.com ([209.85.214.45]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PVSiV-0006GM-15 for ding@gnus.org; Wed, 22 Dec 2010 18:43:11 +0100 Original-Received: by bwz16 with SMTP id 16so6546195bwz.32 for ; Wed, 22 Dec 2010 09:43:10 -0800 (PST) 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=fTFH/jIzsErxez/w5GX8heRGqNOkWTSm/dHfiAWCDkY=; b=lc+ArpAC+uN4EuLlk9AkFgUdrJe6ZGGOGNEk9q12DYvG3d75j2BE1hRRf4szR7a4KK qizOXxJqdXdImBS56VPla4EygBA+sMaprUgdqURU75GejvE3fy5t1cGhcZMJNrPCg2rS dA8Xwt5BBK0kAlBs4iljW9V6Nt4uW3NGkNs0w= 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=MNNdeEyfaWN0NS9bdGOothTkDRLYNdNt3qjxef0Y+L4ItEalHWUM4DzxQNg6JR8lup ETyRR9SZLxkoeCsA4AkjWlcgVwYdYVJullqw0bLikVFQY1s6Jyy9jfLWUhdNAWZ8SfZw ISKEN3fTWOsvYEZd+WK45q8xZWa1RLMXYp2ME= Original-Received: by 10.204.119.15 with SMTP id x15mr6103569bkq.56.1293039790617; Wed, 22 Dec 2010 09:43:10 -0800 (PST) Original-Received: from localhost ([85.183.18.158]) by mx.google.com with ESMTPS id p22sm5173116bkp.21.2010.12.22.09.43.08 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 22 Dec 2010 09:43:09 -0800 (PST) In-Reply-To: (Lawrence Mitchell's message of "Wed, 22 Dec 2010 17:14:01 +0000") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux) X-Spam-Score: -3.0 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:75412 Archived-At: Lawrence Mitchell writes: > 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? > Ye gods. I was blinded. I reverted changes. I know that nnimap-split-inbox is history. I could cry. Thank you so much. I'd been looking so long I missed the most obvious issue. One I only recently raised as a documentation error in the oracle section of the Gnus manual too! cheers r.