From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/60632 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.gnus.general Subject: Re: feature proposal gnus-summary-respool-article in a specific group Date: Tue, 26 Jul 2005 14:19:43 +0000 Message-ID: <87vf2xtzsw.fsf@mat.ucm.es> References: <87sly1zp98.fsf@mat.ucm.es> <87pst5dblc.fsf@koldfront.dk> Reply-To: Uwe Brauer NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1122380535 13186 80.91.229.2 (26 Jul 2005 12:22:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 26 Jul 2005 12:22:15 +0000 (UTC) Original-X-From: ding-owner+M9160@lists.math.uh.edu Tue Jul 26 14:22:07 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DxORK-0007TT-Dd for ding-account@gmane.org; Tue, 26 Jul 2005 14:21:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1DxOQB-0008W5-00; Tue, 26 Jul 2005 07:20:31 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1DxOQ7-0008W0-00 for ding@lists.math.uh.edu; Tue, 26 Jul 2005 07:20:27 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1DxOQ5-0007gq-Mz for ding@lists.math.uh.edu; Tue, 26 Jul 2005 07:20:25 -0500 Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1DxOPy-0005DS-00 for ; Tue, 26 Jul 2005 14:20:18 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 29 Original-NNTP-Posting-Host: maportatil10.quim.ucm.es Original-X-Trace: quimby.gnus.org 1122380418 20053 147.96.7.218 (26 Jul 2005 12:20:18 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Tue, 26 Jul 2005 12:20:18 +0000 (UTC) X-Hashcash: 1:20:050726:gnus.ding::I5X9gTPwEGy7Yfhv:000000005c5w User-Agent: Gnus/5.110003 (No Gnus v0.3) XEmacs/21.4.17 (linux) Cancel-Lock: sha1:wOPXzuD7qO0MMF1Rik4Gz8sScQY= X-Spam-Score: -4.9 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:60632 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:60632 >>>>> "Adam" == Adam Sjøgren writes: Adam> On Tue, 26 Jul 2005 13:10:59 +0000, Uwe wrote: >> when using gnus-summary-respool-article specifying the backend >> (nnml) and a server, the function drags the article always in >> the mail.misc group. According to doc string of that function it >> seems not possible to specify a group. >> Could that be implemented. Adam> That would be quite odd, I think. Adam> 'Respool' roughly means "run through the splitting rules, placing the Adam> email where they say it should go". ^^^^ but where is where? It will go to *every* mail.misc group of *every* nnml server. Now if you want to have your mail from a pop3 to be handled with the nnml backend, that mail ends up in *every* mail.misc of *every* nnml server. That is already *odd* enough. But if additionally the respool function places spooled msg also in these groups that even *cumbersome*. Adam> What you want sounds like gnus-summary-move-article, bound to 'B m' in Adam> the summary. Does not work say for nndoc Uwe