From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86057 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: Sat, 11 Jul 2015 13:50:06 +0800 Message-ID: <87y4in8cq9.fsf@ericabrahamsen.net> References: <87zj3fb7m6.fsf@vostro.rath.org> <874mlgptkh.fsf@ericabrahamsen.net> <87h9pf5lxk.fsf@vostro.rath.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1436593884 4244 80.91.229.3 (11 Jul 2015 05:51:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 11 Jul 2015 05:51:24 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M34292@lists.math.uh.edu Sat Jul 11 07:51:12 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 1ZDngu-0005hh-7S for ding-account@gmane.org; Sat, 11 Jul 2015 07:51:12 +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 1ZDng1-0004PP-RQ; Sat, 11 Jul 2015 00:50:17 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1ZDnfz-0004Ow-MM for ding@lists.math.uh.edu; Sat, 11 Jul 2015 00:50:15 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.85) (envelope-from ) id 1ZDnfy-0005ev-MC for ding@lists.math.uh.edu; Sat, 11 Jul 2015 00:50:15 -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 1ZDnfx-0006n8-DX for ding@gnus.org; Sat, 11 Jul 2015 07:50:13 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZDnfw-0005Ae-Hr for ding@gnus.org; Sat, 11 Jul 2015 07:50:12 +0200 Original-Received: from 222.128.167.57 ([222.128.167.57]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 11 Jul 2015 07:50:12 +0200 Original-Received: from eric by 222.128.167.57 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 11 Jul 2015 07:50:12 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 38 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 222.128.167.57 User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:GYuAq14480yRzdFc69/KAhRreZg= X-Spam-Score: -0.3 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86057 Archived-At: Nikolaus Rath writes: > On Jul 06 2015, Eric Abrahamsen wrote: >> 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. > > I just did so. Please let me know if this worked correctly, this is the > first time I've used git. Okay, I've pushed the size parsing fix as 1f1d39c. The other three patches are quite a bit more complicated, and I'd like to run them locally for just a few days just to see if anything explodes. Thanks for your patience with working on the commits. Katsumi Yamaoka, thanks for fixing up my commit messages, and sorry to create extra work! I'll keep trying to get these things formatted correctly... Eric