From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84359 Path: news.gmane.org!not-for-mail From: Malcolm Purvis Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap splitting weirdness Date: Mon, 10 Mar 2014 23:29:18 +1100 Message-ID: References: <877g88m2b3.fsf@ericabrahamsen.net> <8761nmk24r.fsf@ericabrahamsen.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1394454635 28317 80.91.229.3 (10 Mar 2014 12:30:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Mar 2014 12:30:35 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M32605@lists.math.uh.edu Mon Mar 10 13:30:43 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 1WMzLp-0008Ob-RS for ding-account@gmane.org; Mon, 10 Mar 2014 13:30:38 +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 1WMzKo-0000cb-Rx; Mon, 10 Mar 2014 07:29:34 -0500 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 1WMzKm-0000cO-6X for ding@lists.math.uh.edu; Mon, 10 Mar 2014 07:29:32 -0500 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 1WMzKk-0003qZ-Ce for ding@lists.math.uh.edu; Mon, 10 Mar 2014 07:29:31 -0500 Original-Received: from mail110.syd.optusnet.com.au ([211.29.132.97]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1WMzKi-0003dB-5h for ding@gnus.org; Mon, 10 Mar 2014 13:29:28 +0100 Original-Received: from purvis.id.au (c110-20-44-66.rivrw8.nsw.optusnet.com.au [110.20.44.66]) by mail110.syd.optusnet.com.au (Postfix) with ESMTP id B9631781317 for ; Mon, 10 Mar 2014 23:29:18 +1100 (EST) Original-Received: by purvis.id.au (Postfix, from userid 501) id 46F822142AC6; Mon, 10 Mar 2014 23:29:18 +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: <8761nmk24r.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Mon, 10 Mar 2014 14:18:28 +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=fbeUlSgF 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=UKCtGo3nNsZCHNaRZG0A:9 a=fP9FczDTp1sA:10 a=xgg2bd1uY6sA:10 X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84359 Archived-At: >>>>> "Eric" == Eric Abrahamsen writes: Eric> (setq gnus-secondary-select-methods Eric> `( Eric> (nnimap "one" Eric> (nnimap-inbox "INBOX") Eric> (nnimap-split-methods nnmail-split-fancy) Eric> (nnimap-split-methods ,my-nnimap-split-fancy)) Eric> )) Eric, Your second nnimap-split-methods entry should instead be a reference to nnimap-split-fancy: (setq gnus-secondary-select-methods `( (nnimap "one" (nnimap-inbox "INBOX") (nnimap-split-methods nnmail-split-fancy) (nnimap-split-fancy ,my-nnimap-split-fancy)) )) Malcolm -- Malcolm Purvis