From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/32985 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: mail split with multiple backends Date: 26 Oct 2000 23:57:04 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: <87vgufa4lw.fsf@delivery.cam.eu.citrix.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1035169174 22777 80.91.224.250 (21 Oct 2002 02:59:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:59:34 +0000 (UTC) Cc: Toby Speight , The Gnus Mailing List Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id CA045D049A for ; Thu, 26 Oct 2000 17:59:30 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id QAB17757; Thu, 26 Oct 2000 16:57:37 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 26 Oct 2000 16:56:57 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id QAA14547 for ; Thu, 26 Oct 2000 16:56:43 -0500 (CDT) Original-Received: from dolk.extundo.com (dolk.extundo.com [195.42.214.242]) by mailhost.sclp.com (Postfix) with ESMTP id 33895D049A for ; Thu, 26 Oct 2000 17:56:49 -0400 (EDT) Original-Received: from barbar.josefsson.org (localhost.localdomain [127.0.0.1]) (authenticated) by dolk.extundo.com (8.11.1/8.11.1) with ESMTP id e9QLuhG30778; Thu, 26 Oct 2000 23:56:44 +0200 Original-To: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) In-Reply-To: Mail-Copies-To: nobody Original-Lines: 21 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:32985 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:32985 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro=DFjohann) writes: > > Quite a lot, I think, in the case of IMAP. AIUI, it uses IMAP's > > move command while splitting - if it didn't, it would have to > > download each article and upload it again. >=20 > That's silly, of course. I think that all of Gnus could benefit from > a faster move method. So why don't we add logic to Gnus which allows > a faster move? The logic would take the source and target groups as > input, then decide whether a fast move is possible, and invoke the > fast move function as applicable. This wouldn't help non-IMAP mail splitting since they don't use "move" or "copy" at all, but rather "append". Which is good and fast for nnmail-like backends. A backend independent splitter that used backend optimizations where possible, with a user interface something along the lines of http://www.gnus.org/list-archives/ding/199901/msg00485.html would be nice, and not very difficult, I think.