From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/75745 Path: news.gmane.org!not-for-mail From: Michael Welsh Duggan Newsgroups: gmane.emacs.gnus.general Subject: Re: Moving Split Rules from Gnus 5.13 to NoGnus (IMAP) Not Working Date: Fri, 21 Jan 2011 08:43:26 -0500 Message-ID: <87ei86qsn5.fsf@maru.md5i.com> References: <87wrmfch0h.fsf@eps142.cdf.udc.es> <24ipxzje1z.fsf@news.eternal-september.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1295617530 25423 80.91.229.12 (21 Jan 2011 13:45:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 21 Jan 2011 13:45:30 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M24096@lists.math.uh.edu Fri Jan 21 14:45:27 2011 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 1PgHID-0000Kw-SN for ding-account@gmane.org; Fri, 21 Jan 2011 14:44:46 +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 1PgHH7-00027m-VL; Fri, 21 Jan 2011 07:43:38 -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 1PgHH6-00027e-Gt for ding@lists.math.uh.edu; Fri, 21 Jan 2011 07:43:36 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PgHH5-0005nL-Dn for ding@lists.math.uh.edu; Fri, 21 Jan 2011 07:43:36 -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 1PgHH4-0001K5-Bf for ding@gnus.org; Fri, 21 Jan 2011 14:43:34 +0100 Original-Received: from md5i by maru.md5i.com with local (Exim 4.72) (envelope-from ) id 1PgHGx-0000Z1-5L for ding@gnus.org; Fri, 21 Jan 2011 08:43:27 -0500 In-Reply-To: (Aric's message of "Thu, 20 Jan 2011 20:46:10 +0000 (UTC)") 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:75745 Archived-At: Aric writes: > I'm certainly missing something here. I have kept trying, but it just > fails to work. > > (setq gnus-secondary-select-methods > '( > (nnimap "One" > (nnimap-address "address") > (nnimap-stream ssl) > (nnimap-inbox "INBOX") > (nnimap-expunge-on-close t) > (nnimap-split-methods nnimap-split-fancy) > (nnimap-split-predicate "UNDELETED") > (nnimap-split-crosspost nil)) > etc more servers > (setq nnimap-split-inbox "INBOX" > nnimap-split-fancy ;; > '(| ;; (2) > (: gnus-registry-split-fancy-with-parent) ;; (3) > ;; splitting rules go here ;; (4) > (any "promed-digest@promedmail.org" "PROMED") > etc nnimap-split-fancy no longer exists as a function. It was always a fairly unnecessary duplication of nnmail-split-fancy. If you change both instances of nnimap-split-fancy above to nnmail-split-fancy, things should work for you. You will want to set nnimap-unsplittable-articles instead of nnimap-split-predicate (although the default will probably be fine for you). I do not remember what nnimap-split-crosspost used to do, but I am guessing that nnmail-crosspost is what you are looking for now. (Although I am not certain that it is used when fancy splitting.) -- Michael Welsh Duggan (md5i@md5i.com)