From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/57969 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.gnus.general Subject: Re: Split based on threads? Date: Thu, 24 Jun 2004 16:17:45 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: <86oen9ox9y.fsf@rumba.de.uu.net> References: <874qp8iq1f.fsf@nwalsh.com> <4ny8mhug9s.fsf@lifelogs.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1088086981 9842 80.91.224.253 (24 Jun 2004 14:23:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 24 Jun 2004 14:23:01 +0000 (UTC) Original-X-From: ding-owner+M6510@lists.math.uh.edu Thu Jun 24 16:22:31 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BdV7W-00022q-00 for ; Thu, 24 Jun 2004 16:22:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1BdV3D-0001zU-00; Thu, 24 Jun 2004 09:18:03 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1BdV33-0001zM-00 for ding@lists.math.uh.edu; Thu, 24 Jun 2004 09:17:53 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1BdV30-0006vA-Rv for ding@lists.math.uh.edu; Thu, 24 Jun 2004 09:17:50 -0500 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id BC1783A003F for ; Thu, 24 Jun 2004 09:17:48 -0500 (CDT) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1BdV2x-0000eP-00 for ; Thu, 24 Jun 2004 16:17:47 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 28 Original-NNTP-Posting-Host: 139.4.37.213 Original-X-Trace: quimby.gnus.org 1088086667 1770 139.4.37.213 (24 Jun 2004 14:17:47 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Thu, 24 Jun 2004 14:17:47 +0000 (UTC) User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:eQwT6TYeMbZ8TXK0sO97EF7Vf8s= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:57969 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:57969 Reiner Steib <4.uce.03.r.s@nurfuerspam.de> writes: > On Mon, Jun 21 2004, Ted Zlatanov wrote: > >> On Sat, 19 Jun 2004, harder@ifa.au.dk wrote: > [...] >>> There's also `nnmail-split-fancy-with-parent' >>> -- I don't how it differs from the >>> registry version. >> >> nnmail-s-f-w-p doesn't track article copy/move/delete operations, and >> only works for nnmail. > > I think it's supposed to work for copy and move: It worked for moved articles last time I used it. But the real limitation (that has been lifted with gnus-registry) is that nnmail-split-fancy-with-parent is restricted to the "primary mail backend". If gnus-select-method is a mail backend, then that's it, and otherwise gnus-secondary-select-methods is searched in order for the first mail backend, which becomes the "primary mail backend". nnmail-split-fancy-with-parent should be removed from Gnus, I think. WDYT? Kai