From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/83491 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: Emacs trunk and Gnus master are fully sync'd now Date: Sat, 06 Jul 2013 22:03:08 +0200 Message-ID: <87hag74fsz.fsf@randomsample.de> References: <67um8rzju4ykdj.fsf@saturn.laptop> <87a9lz1zpj.fsf@building.gnus.org> <87ppuv4rs1.fsf@randomsample.de> <87li5j4jet.fsf@randomsample.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1373141006 21623 80.91.229.3 (6 Jul 2013 20:03:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 6 Jul 2013 20:03:26 +0000 (UTC) Cc: Giorgos Keramidas , Katsumi Yamaoka , ding@gnus.org, emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 06 22:03:27 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UvYha-0005ZT-Q3 for ged-emacs-devel@m.gmane.org; Sat, 06 Jul 2013 22:03:26 +0200 Original-Received: from localhost ([::1]:48176 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UvYha-00030i-D0 for ged-emacs-devel@m.gmane.org; Sat, 06 Jul 2013 16:03:26 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60027) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UvYhV-0002vq-B5 for emacs-devel@gnu.org; Sat, 06 Jul 2013 16:03:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UvYhU-0006Vf-71 for emacs-devel@gnu.org; Sat, 06 Jul 2013 16:03:21 -0400 Original-Received: from randomsample.de ([83.169.19.17]:59398) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UvYhT-0006VF-5o for emacs-devel@gnu.org; Sat, 06 Jul 2013 16:03:20 -0400 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:Cc:To:From; bh=3SDs2Rj9801mtHGX5N/ZcNt+yeawACbUb00M35NXjnA=; b=X0+1j0YPQYqODAdyf8NFI/uKA0IUYf4Z56VHazY67E6/tuO9vu1AwRoSv+U3nYi8xdUIN0VH0VVgRJk8/etEDQcwP1kc1lCcHbtDzkQfLv09hah2DWpUr5xad4L6aOqT; Original-Received: from dslc-082-083-035-032.pools.arcor-ip.net ([82.83.35.32] helo=spaten) by randomsample.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1UvYhJ-0006jN-F1; Sat, 06 Jul 2013 22:03:09 +0200 In-Reply-To: <87li5j4jet.fsf@randomsample.de> (David Engster's message of "Sat, 06 Jul 2013 20:45:14 +0200") User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3 (gnu/linux) Mail-Copies-To: never Mail-Followup-To: Lars Ingebrigtsen , keramida@ceid.upatras.gr (Giorgos Keramidas), Katsumi Yamaoka , ding@gnus.org, emacs-devel@gnu.org X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 83.169.19.17 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:161684 gmane.emacs.gnus.general:83491 Archived-At: David Engster writes: > David Engster writes: >> AFAICS in `nnimap-retrieve-group-data-early', the resync should only >> happen when there's either no 'active', 'unexist', or >> 'uidvalidity'. Perhaps the first step should be to install some verbose >> messaging which says which of those triggers the resync. > > Never mind; I can reproduce it with my Gmail account. I'll try to debug > this. It was just one bogus group called '[Google Mail]' which for some reason was auto-subscribed but does not really exist on the server. Otherwise, I cannot see that real groups get constantly recynced. So the question remains whether this only happens upon Gnus startup; if so, it seems that not all information gets properly saved in newsrc.eld. -David