From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/81394 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: unexist tracking breaks some NNTP newsgroups Date: Wed, 15 Feb 2012 13:00:20 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87pqdgx9hn.fsf@lifelogs.com> References: <87r4xw15mm.fsf@lifelogs.com> Reply-To: ding@gnus.org NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1329328850 12581 80.91.229.3 (15 Feb 2012 18:00:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 15 Feb 2012 18:00:50 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M29674@lists.math.uh.edu Wed Feb 15 19:00:46 2012 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 1Rxj9q-0000DX-15 for ding-account@gmane.org; Wed, 15 Feb 2012 19:00:46 +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 1Rxj9i-0002Bm-C9; Wed, 15 Feb 2012 12:00:38 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Rxj9h-0002BX-0K for ding@lists.math.uh.edu; Wed, 15 Feb 2012 12:00:37 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1Rxj9b-0001bq-PD for ding@lists.math.uh.edu; Wed, 15 Feb 2012 12:00:36 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Rxj9Z-0001o6-OO for ding@gnus.org; Wed, 15 Feb 2012 19:00:29 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Rxj9Z-0008Oo-5l for ding@gnus.org; Wed, 15 Feb 2012 19:00:29 +0100 Original-Received: from c-76-28-40-19.hsd1.vt.comcast.net ([76.28.40.19]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Feb 2012 19:00:29 +0100 Original-Received: from tzz by c-76-28-40-19.hsd1.vt.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Feb 2012 19:00:29 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 23 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-76-28-40-19.hsd1.vt.comcast.net X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never User-Agent: Gnus/5.130004 (Ma Gnus v0.4) Emacs/24.0.93 (gnu/linux) Cancel-Lock: sha1:KXcmUEXgTQqVJ0XSKeHIXlfIVUI= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:81394 Archived-At: On Wed, 15 Feb 2012 10:24:49 -0500 Ted Zlatanov wrote: TZ> I don't think unexist tracking should be done for NNTP, since it's so TZ> rare to have articles deleted from NNTP. It's just extra data in the TZ> newsrc file 99.999% of the time, and otherwise your unread count if off TZ> by 1. I still think it's unnecessary for NNTP. On Wed, 15 Feb 2012 18:45:05 +0100 Lars Ingebrigtsen wrote: LI> Ted Zlatanov writes: >> Regardless, at least for me it's breaking some newsgroups like >> "nntp+news.gmane.org:gmane.comp.encryption.gpg.gnutls.devel". I get >> "Can't select group" and that's that. This worked until the `unexist' >> tracking was introduced so I think it's related to that new feature. LI> This was fixed earlier today in Ma Gnus. I tested with a current build and the error still happens. Ted