From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25982 Path: main.gmane.org!not-for-mail From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: Splitting mail over groups with different select methods Date: 21 Oct 1999 18:45:57 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035163277 17082 80.91.224.250 (21 Oct 2002 01:21:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:21:17 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA08937 for ; Thu, 21 Oct 1999 12:47:04 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id LAB15917; Thu, 21 Oct 1999 11:47:02 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 21 Oct 1999 11:47:20 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id LAA02979 for ; Thu, 21 Oct 1999 11:47:08 -0500 (CDT) Original-Received: from waldorf.cs.uni-dortmund.de (waldorf.cs.uni-dortmund.de [129.217.4.42]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA08931 for ; Thu, 21 Oct 1999 12:46:29 -0400 (EDT) Original-Received: from marcy.cs.uni-dortmund.de (marcy.cs.uni-dortmund.de [129.217.20.159]) by waldorf.cs.uni-dortmund.de with ESMTP id SAA04191 for ; Thu, 21 Oct 1999 18:45:58 +0200 (MES) Original-Received: from lucy.cs.uni-dortmund.de (lucy [129.217.20.160]) by marcy.cs.uni-dortmund.de id SAA16756; Thu, 21 Oct 1999 18:45:57 +0200 (MET DST) Original-Received: (from grossjoh@localhost) by lucy.cs.uni-dortmund.de (8.9.3/8.9.3/Debian/GNU) id SAA30162; Thu, 21 Oct 1999 18:45:57 +0200 Original-To: ding@gnus.org In-Reply-To: Jaap-Henk Hoepman's message of "21 Oct 1999 16:19:35 +0200" Original-Lines: 24 User-Agent: Gnus/5.070097 (Pterodactyl Gnus v0.97) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:25982 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:25982 Jaap-Henk Hoepman writes: > How can I split mail over groups with different select methods? There is no built-in functionality in Gnus for doing this. One way to do it is as follows: Suppose you want to split incoming mail into the `nnml+work' and `nnml+play' backends. Then, you could do the following: - Define the split methods to put all play mail into a special group, say nnml+work:play-incoming. - Write a function which does the following: . Enter group nnml+work:play-incoming . Temporarily set the split method to be appropriate for your play mail . Process-mark all articles . Call gnus-summary-respool-article on all articles, passing nil as the number of articles and the right select method as METHOD. - Call that function. I think this would work. It is a little inconvenient, though. kai -- Life is hard and then you die.