From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/73568 Path: news.gmane.org!not-for-mail From: Robert Pluim Newsgroups: gmane.emacs.gnus.general Subject: Re: Outstanding stuff? Date: Mon, 25 Oct 2010 09:18:04 +0200 Organization: not if I can help it Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1287991117 2676 80.91.229.12 (25 Oct 2010 07:18:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 25 Oct 2010 07:18:37 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M21937@lists.math.uh.edu Mon Oct 25 09:18:35 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 1PAHKE-0001SR-Bb for ding-account@gmane.org; Mon, 25 Oct 2010 09:18:34 +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 1PAHKD-0004Pd-8E; Mon, 25 Oct 2010 02:18:33 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PAHKB-0004PG-Hd for ding@lists.math.uh.edu; Mon, 25 Oct 2010 02:18:31 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PAHK7-0003Wp-Cu for ding@lists.math.uh.edu; Mon, 25 Oct 2010 02:18:31 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1PAHK6-0004Su-00 for ; Mon, 25 Oct 2010 09:18:26 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PAHK6-0001Pv-2Z for ding@gnus.org; Mon, 25 Oct 2010 09:18:26 +0200 Original-Received: from lns-bzn-49f-81-56-191-143.adsl.proxad.net ([81.56.191.143]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Oct 2010 09:18:26 +0200 Original-Received: from rpluim by lns-bzn-49f-81-56-191-143.adsl.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Oct 2010 09:18:26 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 30 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: lns-bzn-49f-81-56-191-143.adsl.proxad.net Mail-Copies-To: never User-Agent: Gnus/5.110011 (No Gnus v0.11) XEmacs/21.5-b29 (cygwin32) Cancel-Lock: sha1:bh6ZZhujyk76NvydidjlGhfY0wM= X-Spam-Score: -1.0 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:73568 Archived-At: Lars Magne Ingebrigtsen writes: > 19:05:12 1088 UID COPY 42 "Test" > > Can't be removed. :-) But could be batched, no? That 42 there is allowed to be a sequence specifier, I think. > 19:05:12 1093 SELECT "Test" > 19:05:12 1094 UID STORE 4 +FLAGS.SILENT (\Seen) > > This is probably superfluous? IMAP probably copies over all the marks > anyway? I'm not too fussed if it doesn't preserve marks. > 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. That would work for me. In this particular case speed is more important to me than features :-) Robert