From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/75609 Path: news.gmane.org!not-for-mail From: Aric Newsgroups: gmane.emacs.gnus.general Subject: Moving Split Rules from Gnus 5.13 to NoGnus (IMAP) Not Working Date: Thu, 6 Jan 2011 17:38:05 +0000 (UTC) Message-ID: 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 1294335525 28285 80.91.229.12 (6 Jan 2011 17:38:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 6 Jan 2011 17:38:45 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M23960@lists.math.uh.edu Thu Jan 06 18:38:41 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 1PatnM-0002ce-Gv for ding-account@gmane.org; Thu, 06 Jan 2011 18:38:40 +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 1Patn6-00075n-JK; Thu, 06 Jan 2011 11:38:24 -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 1Patn4-00075Z-Ur for ding@lists.math.uh.edu; Thu, 06 Jan 2011 11:38:22 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Patn3-0002PQ-NP for ding@lists.math.uh.edu; Thu, 06 Jan 2011 11:38:22 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Patn3-0007yw-14 for ding@gnus.org; Thu, 06 Jan 2011 18:38:21 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Patn0-0002M8-QK for ding@gnus.org; Thu, 06 Jan 2011 18:38:19 +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 ; Thu, 06 Jan 2011 18:38:18 +0100 Original-Received: from aorchid by 149.142.103.17 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Jan 2011 18:38:18 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 44 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:75609 Archived-At: I apologize for this post as it seems that splitting rules have been discussed very frequently here. However, despite reading up on this I am still not able to get my splits to work. I have four Imap accounts that use splitting and this had been working just fine on Gnus 5.13 (Emacs 23.2.1) with adaptive scoring and gnus registry. In NoGnus no splitting occurs. It will not move emails according to the split rules, nor will it move incoming follow-ups to the appropriate mailbox based upon earlier thread locations. Both of these worked fine in 5.13. I see that 'nnimap-split-inbox' was changed to 'nnimap-inbox', which I did. Any suggestions or ideas on how to get this working would be great. NoGnus is so much faster that I prefer to use it over 5.13. Thanks, Aric Here are my rules for splitting: (setq nnmail-message-id-cache-length '8000) ;; Second trial at split after losing mail ;(setq nnimap-split-inbox '("INBOX" )) ;; regular gnus (setq nnimap-inbox '("INBOX" )) ;; for nognus (setq nnimap-split-predicate "UNDELETED") (setq nnimap-split-crosspost nil) (setq nnimap-split-rule '( ("Mac" ("INBOX" nnimap-split-fancy)) ("BOL" ("INBOX" nnimap-split-fancy)) ("Speakeasy" ("INBOX" nnimap-split-fancy)) ("Mednet" ("INBOX" nnimap-split-fancy)) )) ;; this appears necessary for the new gnus (setq nnimap-treat-duplicates 'warn ; or `delete' nnmail-cache-accepted-message-ids t nnimap-split-fancy ;; '(| (: nnmail-split-fancy-with-parent) <- did nothing upon adding '(| ;; (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") [...snip - more of same idea...] "INBOX" ))