From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84338 Path: news.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap splitting weirdness Date: Sat, 08 Mar 2014 16:59:06 +0800 Message-ID: <87wqg583s5.fsf@ericabrahamsen.net> References: <877g88m2b3.fsf@ericabrahamsen.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1394269207 29318 80.91.229.3 (8 Mar 2014 09:00:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 8 Mar 2014 09:00:07 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M32584@lists.math.uh.edu Sat Mar 08 10:00:15 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WMD76-0002Z9-Q6 for ding-account@gmane.org; Sat, 08 Mar 2014 10:00:13 +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 1WMD73-000552-5G; Sat, 08 Mar 2014 03:00:09 -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 1WMD72-00054s-4R for ding@lists.math.uh.edu; Sat, 08 Mar 2014 03:00:08 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1WMD70-0001hI-DP for ding@lists.math.uh.edu; Sat, 08 Mar 2014 03:00:08 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1WMD6z-0003sC-06 for ding@gnus.org; Sat, 08 Mar 2014 10:00:05 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WMD6x-0002R9-BD for ding@gnus.org; Sat, 08 Mar 2014 10:00:03 +0100 Original-Received: from 114.248.1.149 ([114.248.1.149]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 08 Mar 2014 10:00:03 +0100 Original-Received: from eric by 114.248.1.149 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 08 Mar 2014 10:00:03 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 16 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 114.248.1.149 User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:hmFyvzM5c3SOAaEH1mCae9a+7GE= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84338 Archived-At: Malcolm Purvis writes: >>>>>> "Eric" == Eric Abrahamsen writes: > > Eric> Turns out that nnimap-split-fancy is getting set to "nil" somehow, > Eric> so splitting falls back on the default value of nnmail-split-fancy > Eric> --> "mail.misc". > > I'm not sure that the cause it, but I worked around it by initialising > nnimap-split-fancy and friends as select method parameters rather than > as globals. I do set the select method parameters with (nnimap-split-methods nnimap-split-fancy) in each method definition, but I also set a global value for nnimap-split-fancy in .gnus.el, so that each server uses the same definition. I wonder if that could be why it's going wrong...