From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/83266 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.gnus.general Subject: Re: Snappy low-bandwidth nnimap, part II Date: Wed, 05 Jun 2013 18:46:55 +0200 Message-ID: <87txlcijy8.fsf@randomsample.de> References: <87li71x1cc.fsf@randomsample.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1370450935 10550 80.91.229.3 (5 Jun 2013 16:48:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Jun 2013 16:48:55 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M31532@lists.math.uh.edu Wed Jun 05 18:48:55 2013 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 1UkGtL-0007Xt-FF for ding-account@gmane.org; Wed, 05 Jun 2013 18:48:55 +0200 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 1UkGra-0006lE-0I; Wed, 05 Jun 2013 11:47:06 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1UkGrY-0006l1-Di for ding@lists.math.uh.edu; Wed, 05 Jun 2013 11:47:04 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1UkGrW-00058N-9L for ding@lists.math.uh.edu; Wed, 05 Jun 2013 11:47:03 -0500 Original-Received: from randomsample.de ([83.169.19.17]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1UkGrU-0000y1-Jd for ding@gnus.org; Wed, 05 Jun 2013 18:47:00 +0200 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomsample.de; s=a; h=Content-Type:MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:To:From; bh=KDOzYzgZ8ZAOsry6nrwQEc4EoGsh74YviSxYh/0ATCs=; b=UeZHyPonILrJAl4vdPTwI5/ObAtouVImOMc1cdYDS2mHzV9zyqKcZF7eSSzmUMhx7cKzNFLSa2czg5g9joGDCOhUVJbwhaiRJ2LXbJ5qAHI/p9C929/fDtanqGh9UXlR; Original-Received: from dslc-082-082-166-016.pools.arcor-ip.net ([82.82.166.16] helo=spaten) by randomsample.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1UkGrT-0007Fk-Dp for ding@gnus.org; Wed, 05 Jun 2013 18:46:59 +0200 In-Reply-To: <87li71x1cc.fsf@randomsample.de> (David Engster's message of "Sun, 26 May 2013 16:28:03 +0200") User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3 (gnu/linux) Mail-Copies-To: never Mail-Followup-To: ding@gnus.org X-Spam-Score: -1.1 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:83266 Archived-At: David Engster writes: > So the fix is pretty simple: Keep empty unexist ranges in the group's > info. The attached patch does that, but I'm not sure if this really is > the best solution, or if maybe this shouldn't be better fixed in > nnimap-retrieve-group-data-early? I've used this change for a while and it seems to work fine, so I've pushed it. Of course, if someone has a nicer solution, feel free to change it. -David