From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/73603 Path: news.gmane.org!not-for-mail From: Dan Christensen Newsgroups: gmane.emacs.gnus.general Subject: Re: Outstanding stuff? Date: Mon, 25 Oct 2010 20:59:58 -0400 Message-ID: <877hh5epkh.fsf@uwo.ca> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1288054833 3493 80.91.229.12 (26 Oct 2010 01:00:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 26 Oct 2010 01:00:33 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M21972@lists.math.uh.edu Tue Oct 26 03:00:29 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PAXts-0007an-EC for ding-account@gmane.org; Tue, 26 Oct 2010 03:00:28 +0200 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 1PAXtf-0001OH-5R; Mon, 25 Oct 2010 20:00:15 -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 1PAXtc-0001Ny-VS for ding@lists.math.uh.edu; Mon, 25 Oct 2010 20:00:12 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PAXtY-0004BN-8E for ding@lists.math.uh.edu; Mon, 25 Oct 2010 20:00:12 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1PAXtX-0004Bm-00 for ; Tue, 26 Oct 2010 03:00:07 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PAXtW-0007Uk-HW for ding@gnus.org; Tue, 26 Oct 2010 03:00:06 +0200 Original-Received: from bas3-london14-1096779588.dsl.bell.ca ([65.95.135.68]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 26 Oct 2010 03:00:06 +0200 Original-Received: from jdc by bas3-london14-1096779588.dsl.bell.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 26 Oct 2010 03:00:06 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 19 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: bas3-london14-1096779588.dsl.bell.ca User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux) Cancel-Lock: sha1:6B1bZ31uMUe4xtU5GhskyIPA3X0= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:73603 Archived-At: Lars Magne Ingebrigtsen writes: > HOWEVER, we could just cheat and totally special-case things for > nnimap. That is, a new interface function > > (*-request-move-articles-internally articles from-group server to-group) > > If it exists, and the move is internal (from one group on the same IMAP > server to another), this would just issue COPY + \Deleted + EXPUNGE, and > forget about all Gnus niceties with the cache/agent/etc. I'm not sure this is a good idea. I certainly don't find nnimap moves too slow currently, and wouldn't have to lose features. Maybe the best thing would be to try the speed improvements that I cut out of the above (the ones that don't affect the features) first, to see if they are sufficient for the people for whom speed is an issue. Dan