From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/75637 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: Mon, 10 Jan 2011 21:25:45 +0000 (UTC) Message-ID: 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; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1294694773 23256 80.91.229.12 (10 Jan 2011 21:26:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 10 Jan 2011 21:26:13 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M23988@lists.math.uh.edu Mon Jan 10 22:26:10 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 1PcPFh-00075a-Mf for ding-account@gmane.org; Mon, 10 Jan 2011 22:26:10 +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 1PcPFX-0002RX-JF; Mon, 10 Jan 2011 15:25:59 -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 1PcPFW-0002RP-5B for ding@lists.math.uh.edu; Mon, 10 Jan 2011 15:25:58 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PcPFU-000073-Sg for ding@lists.math.uh.edu; Mon, 10 Jan 2011 15:25:58 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PcPFU-0001WD-4S for ding@gnus.org; Mon, 10 Jan 2011 22:25:56 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PcPFT-0006wf-SP for ding@gnus.org; Mon, 10 Jan 2011 22:25:55 +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 ; Mon, 10 Jan 2011 22:25:55 +0100 Original-Received: from aorchid by 149.142.103.17 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 10 Jan 2011 22:25:55 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 32 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:75637 Archived-At: Thank you both for your reply. I think that both terms still exist, nonetheless I have changed my filter rules to (maybe) more closely resemble those suggested. However, the online example has only one imap account and appears to use offline imap which I do not use, so it is not really a perfect example of how to set this up. Below are my modified rules and they still do not filter anything. Any further suggestions would be greatly appreciated. (setq nnimap-inbox "INBOX") ;; for nognus (setq nnimap-split-methods 'default) (setq nnimap-split-download-body t) (setq nnimap-split-predicate "UNDELETED") (setq nnimap-split-crosspost nil) (setq nnmail-split-methods '( ("One" ("INBOX" nnimap-split-fancy)) ("Two" ("INBOX" nnimap-split-fancy)) ("Three" ("INBOX" nnimap-split-fancy)) ("Four" ("INBOX" nnimap-split-fancy)) )) (setq nnimap-treat-duplicates 'warn ; or `delete' nnmail-cache-accepted-message-ids t nnimap-split-fancy '(| ;; (2) (: gnus-registry-split-fancy-with-parent) ;; (3) ;; splitting rules go here ;; (4) (any "promed-digest@promedmail.org" "PROMED") (any "zfs-discuss@opensolaris.org" "SunSupport") (any "ggplot2" "RList") (from "Roxanne" "Trash") ...more of same ))