From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/75753 Path: news.gmane.org!not-for-mail From: Aric Newsgroups: gmane.emacs.gnus.general Subject: Re: Moving Split Rules from Gnus 5.13 to NoGnus (IMAP) Not Working Date: Fri, 21 Jan 2011 20:11:53 +0000 (UTC) Message-ID: References: <87wrmfch0h.fsf@eps142.cdf.udc.es> <24ipxzje1z.fsf@news.eternal-september.org> <87ei86qsn5.fsf@maru.md5i.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1295640775 24061 80.91.229.12 (21 Jan 2011 20:12:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 21 Jan 2011 20:12:55 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M24104@lists.math.uh.edu Fri Jan 21 21:12:49 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 1PgNLi-0004Cv-DT for ding-account@gmane.org; Fri, 21 Jan 2011 21:12: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 1PgNLC-0003nd-99; Fri, 21 Jan 2011 14:12:14 -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 1PgNLA-0003nX-Tg for ding@lists.math.uh.edu; Fri, 21 Jan 2011 14:12:12 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PgNL9-0004SS-J1 for ding@lists.math.uh.edu; Fri, 21 Jan 2011 14:12:12 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PgNL7-00080n-EV for ding@gnus.org; Fri, 21 Jan 2011 21:12:09 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PgNL7-0003t3-82 for ding@gnus.org; Fri, 21 Jan 2011 21:12:09 +0100 Original-Received: from 149.142.103.17 ([149.142.103.17]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 Jan 2011 21:12:09 +0100 Original-Received: from aorchid by 149.142.103.17 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 Jan 2011 21:12:09 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 19 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 149.142.103.17 (Opera/9.80 (X11; FreeBSD 8.1-RELEASE amd64; U; en) Presto/2.6.30 Version/10.63) X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:75753 Archived-At: Michael Welsh Duggan md5i.com> writes: > 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.) Thank you very much! Whether or not the function still exists, it seems that replacing it with nnmail-split-fancy as you proposed has worked (at least for now). Thanks again. Aric