From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/75750 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 12:25:20 -0500 Message-ID: <877hdyqidb.fsf@maru.md5i.com> 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 X-Trace: dough.gmane.org 1295632026 9579 80.91.229.12 (21 Jan 2011 17:47:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 21 Jan 2011 17:47:06 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M24101@lists.math.uh.edu Fri Jan 21 18:47:02 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 1PgL4f-0003vY-O0 for ding-account@gmane.org; Fri, 21 Jan 2011 18:47:02 +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 1PgL4Q-0003BS-BI; Fri, 21 Jan 2011 11:46:46 -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 1PgKjq-00036X-Hu for ding@lists.math.uh.edu; Fri, 21 Jan 2011 11:25:30 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PgKjp-0003em-9J for ding@lists.math.uh.edu; Fri, 21 Jan 2011 11:25:30 -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 1PgKjo-0005El-7L for ding@gnus.org; Fri, 21 Jan 2011 18:25:28 +0100 Original-Received: from md5i by maru.md5i.com with local (Exim 4.72) (envelope-from ) id 1PgKjg-00063v-KZ for ding@gnus.org; Fri, 21 Jan 2011 12:25:20 -0500 In-Reply-To: (Richard Riley's message of "Fri, 21 Jan 2011 18:02:02 +0100") 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:75750 Archived-At: Richard Riley writes: > Michael Welsh Duggan writes: > >> 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 > > nnimap-split-fancy does exist surely? Or it has in the examples given > here. I guess technically it does still exist as a variable. Based on my reading of the code in nnimap-split-incoming-mail, you need not change the nnimap-split-fancy variable. But you do need to change the value of nnimap-split-methods to nnmail-split-fancy, rather than nnimap-split-fancy. -- Michael Welsh Duggan (md5i@md5i.com)