From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/15723 Path: news.gmane.org!not-for-mail From: ian.dobbie@bioch.ox.ac.uk Newsgroups: gmane.emacs.gnus.user Subject: Problems moving from gnus 5.10.10 to 5.13 from emacs 24.1.1 Date: Thu, 16 Aug 2012 15:49:32 -0700 (PDT) Organization: http://groups.google.com Message-ID: <6efcb112-d78d-4687-b6e2-98315ade2909@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1345158009 22946 80.91.229.3 (16 Aug 2012 23:00:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 16 Aug 2012 23:00:09 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Fri Aug 17 01:00:09 2012 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1T292v-00050W-5r for gegu-info-gnus-english@m.gmane.org; Fri, 17 Aug 2012 01:00:09 +0200 Original-Received: from localhost ([::1]:37623 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T292s-00073d-5k for gegu-info-gnus-english@m.gmane.org; Thu, 16 Aug 2012 19:00:06 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 41 Original-NNTP-Posting-Host: 86.145.88.224 Original-X-Trace: posting.google.com 1345157781 20990 127.0.0.1 (16 Aug 2012 22:56:21 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 16 Aug 2012 22:56:21 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=86.145.88.224; posting-account=Yity1AoAAABSv1zPTmjeUen1Hs9jC-hD User-Agent: G2/1.0 Original-Xref: usenet.stanford.edu gnu.emacs.gnus:86805 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:15723 Hi, I have a bunch of nnimap split rules that I have brought over from a few version of emacs, but lately from an ~4 year old version of NoGnus (apparently 5.10.10 but I am not 100% sure, as I dont have the old machine currently with me). I have a new Mac (running Mountain Lion) and have installed emacs 24.1.1 with gnus 5.13 (GNU Emacs 24.1.1 (x86_64-apple-darwin, NS apple-appkit-1038.36)) bundled with it. Unfortunately my split rules are now no longer applied to my INBOX. Can anyone suggest any fixes, debug methods etc... Relevant parts of my .gnus.el, with some censoring... (nnimap "Oxford-Nexus" (nnimap-address "imap.XXXX.uk") (nnimap-stream ssl) (nnimap-user "XXXXXX") (nnimap-list-pattern ("*")) (nnimap-split-predicate "UNDELETED")))) (setq nnmail-split-predicate "UNDELETED") (setq nnmail-split-inbox '("INBOX")) (setq nnmail-split-methods 'nnmail-split-fancy nnmail-split-fancy '(| (: spam-split) ("To\\|CC" "XXXX@gmail.com" "INBOX.google") ........ loads of stuff cut ....... ("To\\|CC" ".*XXXXXX@JISCMAIL.AC.UK" "INBOX.UK-microscopy") "INBOX.misc")) This stuff was all originally nnimap-split-... but I read some posts suggesting that they had all been shifted to nnmail-split-..... Neither of these functions is ever run, so my mail stays in my INBOX all the time. Anyy suggestions welcome! Ian