From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85704 Path: news.gmane.org!not-for-mail From: Vincent Bernat Newsgroups: gmane.emacs.gnus.general Subject: Re: Unable to get all messages in an IMAP group Date: Tue, 03 Feb 2015 21:52:55 +0100 Message-ID: References: <87oapbe4yj.fsf@zoro.exoscale.ch> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1422996865 2525 80.91.229.3 (3 Feb 2015 20:54:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 Feb 2015 20:54:25 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M33943@lists.math.uh.edu Tue Feb 03 21:54:22 2015 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YIkUH-0005ry-5n for ding-account@gmane.org; Tue, 03 Feb 2015 21:54:21 +0100 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 1YIkT3-000751-6d; Tue, 03 Feb 2015 14:53:05 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1YIkT2-00074p-4k for ding@lists.math.uh.edu; Tue, 03 Feb 2015 14:53:04 -0600 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 1YIkT0-0007IK-2m for ding@lists.math.uh.edu; Tue, 03 Feb 2015 14:53:03 -0600 Original-Received: from bart.luffy.cx ([78.47.78.131]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1YIkSx-0002Uz-IF for ding@gnus.org; Tue, 03 Feb 2015 21:52:59 +0100 Original-Received: from bart.luffy.cx (localhost [127.0.0.1]) by bart.luffy.cx (Postfix) with ESMTP id D046014528 for ; Tue, 3 Feb 2015 21:52:58 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=simple; d=luffy.cx; h=from:to:subject :references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; s=postfix; bh=DKv9J+bZa h6Z4FzWjEcJDuOBQNY=; b=p5nu2aoNUi8I2M2uWejNiWBhb9eEUY5rZVcT8QJAe 9FPj6k6T2pVQnXPKAc0ryeLwCgfbw7CU+j4FPegyzDUEs4GzWzNf+ddaqmFgbV6A 6oC0NNFqAZkgiXpTHs6/Yr+zUkNIBn+zsFuf7s5mSAbwh56Pb9H3zqNQXxKGTjxL xo= DomainKey-Signature: a=rsa-sha1; c=simple; d=luffy.cx; h=from:to:subject :references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=postfix; b=GSW vXpigBl9zfGUMdikIc30qhNdAfcVXmYgo4Fr/HAgnkYHM7mFqGKcMlzSuZTQFIJv SDh7beKkv0qXwT2qoGY5tRzLHB9gphdguBr5KG91VGfN7nRGB7jmOtRXfX8J/SXM u/VYs+W9cQRQx8SMSCyvvxsviY8Jqm7YaMvQ4Dag= Original-Received: from neo.luffy.cx (unknown [IPv6:2a02:1203:ecb0:a982:468a:5bff:fe5c:219d]) by bart.luffy.cx (Postfix) with ESMTPS id 89B4914167 for ; Tue, 3 Feb 2015 21:52:58 +0100 (CET) Original-Received: by neo.luffy.cx (Postfix, from userid 500) id 101CD9CD; Tue, 3 Feb 2015 21:52:56 +0100 (CET) In-Reply-To: (Steinar Bang's message of "Tue, 03 Feb 2015 11:54:48 +0100") User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4 (gnu/linux) X-Spam-Score: -2.0 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:85704 Archived-At: =E2=9D=A6 3 f=C3=A9vrier 2015 11:54 +0100, Steinar Bang =C2=A0: >> I'll try tonight. On my laptop, there is no such problem (same >> newsrc.eld). It should be related to those out-of-sync UID. > > One other possibility: > > Go back to the previous version of gnus in git, and if that works, use > git bisect to find the commit where the change happened. > > (If going back to the previous version of gnus doesn't help, then this > approach won't work, obviously...) So, it's easy to fix by going back. I have bisected (and ensured to not fix the situation by not saving .newsrc.eld) and found that the problem is this commit: https://github.com/emacsmirror/gnus/commit/447c56af7cb2afac14a0f3ed23f85d9= 07c443a5d Before this commit, if I enter the group, I don't see all the messages but if I hit M-g on the group, then enter it, everything is here (which is what I expect). With this commit, doing M-g still gives an incomplete view of the group. --=20 Use uniform input formats. - The Elements of Programming Style (Kernighan & Plauger)