From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general,gmane.emacs.devel Subject: Re: [PATCH] Use IMAP MOVE extension if available Date: Thu, 16 Jul 2015 17:00:24 +0800 Message-ID: <87380oo4t3.fsf@ericabrahamsen.net> References: <87io9l2bd0.fsf@vostro.rath.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1437037557 31598 80.91.229.3 (16 Jul 2015 09:05:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 16 Jul 2015 09:05:57 +0000 (UTC) Cc: emacs-devel@gnu.org To: ding@gnus.org Original-X-From: ding-owner+M34311@lists.math.uh.edu Thu Jul 16 11:05:40 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 1ZFf6n-0000OA-CR for ding-account@gmane.org; Thu, 16 Jul 2015 11:05:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.85) (envelope-from ) id 1ZFf6a-0003mY-O6; Thu, 16 Jul 2015 04:05:24 -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.85) (envelope-from ) id 1ZFf6Y-0003mE-OD for ding@lists.math.uh.edu; Thu, 16 Jul 2015 04:05:22 -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.85) (envelope-from ) id 1ZFf6T-0007QU-KF for ding@lists.math.uh.edu; Thu, 16 Jul 2015 04:05:22 -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 1ZFf6R-0004Wl-Ad for ding@gnus.org; Thu, 16 Jul 2015 11:05:15 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZFf6L-0000BI-Vs for ding@gnus.org; Thu, 16 Jul 2015 11:05:15 +0200 Original-Received: from 114.250.121.94 ([114.250.121.94]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 16 Jul 2015 11:05:04 +0200 Original-Received: from eric by 114.250.121.94 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 16 Jul 2015 11:05:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Followup-To: gmane.emacs.gnus.general Original-Lines: 11 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 114.250.121.94 User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:Dxa2daSV/e92+yuIFf/2p6Erh6Q= X-Spam-Score: -1.3 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86077 gmane.emacs.devel:187896 Archived-At: Nikolaus Rath writes: > Hello, > > The attached revision fixes a small error when parsing the response to > the UID MOVE command. Previously, it would fail to find the COPYUID > response and fall back to using the message id to determine the UID of > the copied message. I've incorporated this into the version I'm running locally, and will push soon!