From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84340 Path: news.gmane.org!not-for-mail From: Malcolm Purvis Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap splitting weirdness Date: Sat, 08 Mar 2014 22:26:12 +1100 Message-ID: References: <877g88m2b3.fsf@ericabrahamsen.net> <87wqg583s5.fsf@ericabrahamsen.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1394278016 15030 80.91.229.3 (8 Mar 2014 11:26:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 8 Mar 2014 11:26:56 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M32586@lists.math.uh.edu Sat Mar 08 12:27:04 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 1WMFPB-0007SP-H9 for ding-account@gmane.org; Sat, 08 Mar 2014 12:27:01 +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 1WMFOh-0005qJ-3R; Sat, 08 Mar 2014 05:26:31 -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 1WMFOe-0005q7-G7 for ding@lists.math.uh.edu; Sat, 08 Mar 2014 05:26:28 -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 1WMFOd-0002Kt-7i for ding@lists.math.uh.edu; Sat, 08 Mar 2014 05:26:28 -0600 Original-Received: from mail106.syd.optusnet.com.au ([211.29.132.42]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1WMFOa-0006zo-O7 for ding@gnus.org; Sat, 08 Mar 2014 12:26:25 +0100 Original-Received: from purvis.id.au (c110-20-44-66.rivrw8.nsw.optusnet.com.au [110.20.44.66]) by mail106.syd.optusnet.com.au (Postfix) with ESMTP id E10203C3F9B for ; Sat, 8 Mar 2014 22:26:14 +1100 (EST) Original-Received: by purvis.id.au (Postfix, from userid 501) id BEE7F213E969; Sat, 8 Mar 2014 22:26:12 +1100 (EST) X-Face: "t>8w.Nd-q:ml[PuI`{tr%l5Y~,sBj?fR1G.q`GM6)3RK+ll4EOE_1Goun~_6nt.5q,rU]` Q,Kxq+|~kZdSuw`3)>5+_/EcS2MS={U]o-eU!y?G(&'dd~\jX|faymzH|72n4oPxOu8c0M2FroLHaA g%#ZHX\p3dIud>Y'+?-@!Om%Z(D2.Fp<*bS8W2Q'{*"WmzMrRZj%)1=|J#3:[`vYdisIP7:`as5Qku ,M(VrTIClqxpH4Z7,_$?ugTWyMq=DQjGEP*M4*/S{Ym{,uq')-b@i_ECSi;Gq+Z[I=kdtX In-Reply-To: <87wqg583s5.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Sat, 08 Mar 2014 16:59:06 +0800") User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.3 (darwin) X-Optus-CM-Score: 0 X-Optus-CM-Analysis: v=2.1 cv=ddC5gxne c=1 sm=1 tr=0 a=eN431Suoc7O4aMf74IM3nQ==:117 a=eN431Suoc7O4aMf74IM3nQ==:17 a=PO7r1zJSAAAA:8 a=62c8Rg_gf3sA:10 a=R0RPee-gMOMA:10 a=OvuTOk9S-7gA:10 a=Wn2H3lT2AAAA:8 a=qbX9SruPAAAA:8 a=QUni86tIAXdZ-mw924YA:9 a=fP9FczDTp1sA:10 a=xgg2bd1uY6sA:10 X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84340 Archived-At: >>>>> "Eric" == Eric Abrahamsen writes: Eric> I do set the select method parameters with (nnimap-split-methods Eric> nnimap-split-fancy) in each method definition, but I also set a Eric> global value for nnimap-split-fancy in .gnus.el, so that each Eric> server uses the same definition. I wonder if that could be why Eric> it's going wrong... I had the same setup but had to change it to be something like: (setq gnus-select-method `(nnimap "home" (nnimap-split-fancy ,mp-nnimap-split-fancy) (nnimap-inbox "INBOX") (nnimap-split-methods nnmail-split-fancy))) Where mp-nnimap-split-fancy is set globally. When were the use of the global forms disabled? Malcolm -- Malcolm Purvis