From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86035 Path: news.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: bug#20956: [PATCH] Fix imap message size parsing Date: Tue, 07 Jul 2015 10:53:02 +0800 Message-ID: <874mlgptkh.fsf@ericabrahamsen.net> References: <87zj3fb7m6.fsf@vostro.rath.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1436237621 23688 80.91.229.3 (7 Jul 2015 02:53:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 7 Jul 2015 02:53:41 +0000 (UTC) Cc: 20956@debbugs.gnu.org, ding@gnus.org To: Nikolaus Rath Original-X-From: ding-owner+M34270@lists.math.uh.edu Tue Jul 07 04:53:29 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 1ZCJ0h-0000rX-Sa for ding-account@gmane.org; Tue, 07 Jul 2015 04:53:28 +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 1ZCJ0e-0008Ap-Gv; Mon, 06 Jul 2015 21:53: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.84) (envelope-from ) id 1ZCJ0d-0008AU-17 for ding@lists.math.uh.edu; Mon, 06 Jul 2015 21:53:23 -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 1ZCJ0V-0005eo-BO for ding@lists.math.uh.edu; Mon, 06 Jul 2015 21:53:22 -0500 Original-Received: from mail-la0-f53.google.com ([209.85.215.53]) by quimby.gnus.org with esmtps (TLS1.2:RSA_ARCFOUR_SHA1:128) (Exim 4.80) (envelope-from ) id 1ZCJ0U-00082B-1x for ding@gnus.org; Tue, 07 Jul 2015 04:53:14 +0200 Original-Received: by labgy5 with SMTP id gy5so25711407lab.2 for ; Mon, 06 Jul 2015 19:53:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=+iCOYKVimDNPjhV/OePIjBg6h6pAI5pb5zje0lvSJOI=; b=kMNvZCKYBFR2g9xvTXBuTv/HpZHFqfjfsWKPVGWqNWCpIPDUxPIyP1OXJpYzjyb5nE rIYW1UgCiBToktsdLImwO/B5CMC6wkt6QzNbOut46QjTolo6dyZ4JcKywsLR5bpbhpKN BHfvw6Xr5ojVeT9YlL5lz37CWO6rHPQCb7+dQWXDkTLOX6/UF8ZyXH2rW33iu613F976 RYnIkpj8L5UT8teozpxOR3XBOKjgQuXlgDIG9sbcdzr5r3xkjv/2Ji9xX4taBc7MP8Oj c/+OGgxx1zKJjp7wUtZRBqiC3SR1Wl+vp6AHQ4KavwTgELmZ63xuhlWihWooao+8BkJN A28Q== X-Gm-Message-State: ALoCoQkHtCpr4mKKkYe6SM84/hM25nauQV5tbUbKu2omLb/UrM3m+qhJD8mNTt0I5pwNDeKUmGyn X-Received: by 10.152.21.132 with SMTP id v4mr1852438lae.18.1436237588764; Mon, 06 Jul 2015 19:53:08 -0700 (PDT) Original-Received: from localhost ([111.199.149.245]) by mx.google.com with ESMTPSA id n4sm5216961laj.44.2015.07.06.19.53.06 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 06 Jul 2015 19:53:07 -0700 (PDT) In-Reply-To: <87zj3fb7m6.fsf@vostro.rath.org> (Nikolaus Rath's message of "Wed, 01 Jul 2015 19:45:05 -0700") User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux) X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86035 Archived-At: Nikolaus Rath writes: > Package: gnus > Tags: patch > > IMAP servers may sent the data items in a FETCH response in arbitrary > order. However, currently Gnus assumes that the UID item is sent before > the RFC822.SIZE item. If this assumption is wrong, Gnus is unable to > determine the message size. > > The attached patch fixes this issue. > > Best, > -Nikolaus Hi Nikolaus, Would you please resend the patch using git format-patch, and I'll apply it? With just this patch file, I'd have to manually re-create the commit, which would lose your metadata as author. Same for your other two patches, if you don't mind. Thanks! Eric