From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86037 Path: news.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: [PATCH] Use IMAP MOVE extension if available Date: Tue, 07 Jul 2015 11:05:48 +0800 Message-ID: <87vbdwoeer.fsf@ericabrahamsen.net> References: <87twv0junf.fsf@vostro.rath.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1436238393 1453 80.91.229.3 (7 Jul 2015 03:06:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 7 Jul 2015 03:06:33 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M34272@lists.math.uh.edu Tue Jul 07 05:06:21 2015 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZCJDA-0007kq-Gc for ding-account@gmane.org; Tue, 07 Jul 2015 05:06:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.84) (envelope-from ) id 1ZCJCz-0008Ig-FL; Mon, 06 Jul 2015 22:06:09 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.84) (envelope-from ) id 1ZCJCy-0008IP-7x for ding@lists.math.uh.edu; Mon, 06 Jul 2015 22:06:08 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.84) (envelope-from ) id 1ZCJCx-0005pw-Bf for ding@lists.math.uh.edu; Mon, 06 Jul 2015 22:06:08 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1ZCJCu-0008Qr-VA for ding@gnus.org; Tue, 07 Jul 2015 05:06:04 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZCJCt-0007bO-18 for ding@gnus.org; Tue, 07 Jul 2015 05:06:03 +0200 Original-Received: from 111.199.149.245 ([111.199.149.245]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 Jul 2015 05:06:03 +0200 Original-Received: from eric by 111.199.149.245 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 Jul 2015 05:06:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 19 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 111.199.149.245 User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:lipJreUixvtC5nhCenF/YJLCDRQ= X-Spam-Score: -0.4 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86037 Archived-At: Nikolaus Rath writes: > Hello, > > Currently Gnus uses a combination of COPY, STORE + EXPUNGE to move > messages from one imap group into another. > > The attached patch enables the use of the MOVE command instead if the > server supports it. > > Thanks for considering. > > (Is this the right place to post patches, or should it go to > bug-gnu-emacs@gnu.org?) > > Best, > -Nikolaus and `nnimap-process-expiry-target', sorry...