From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/77214 Path: news.gmane.org!not-for-mail From: Antoine Levitt Newsgroups: gmane.emacs.gnus.general Subject: Re: Read news showing up as unread when no internet connection is available Date: Wed, 23 Feb 2011 16:23:51 +0100 Message-ID: <87fwrevkoo.fsf@gmail.com> References: <87fwreu9p0.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1298474665 14765 80.91.229.12 (23 Feb 2011 15:24:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 23 Feb 2011 15:24:25 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M25546@lists.math.uh.edu Wed Feb 23 16:24:21 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PsGZh-0000ld-0s for ding-account@gmane.org; Wed, 23 Feb 2011 16:24: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 1PsGZc-00048y-8a; Wed, 23 Feb 2011 09:24:16 -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 1PsGZa-00048b-Hk for ding@lists.math.uh.edu; Wed, 23 Feb 2011 09:24:14 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PsGZW-0003uv-ED for ding@lists.math.uh.edu; Wed, 23 Feb 2011 09:24:14 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PsGZU-0001Ey-1X for ding@gnus.org; Wed, 23 Feb 2011 16:24:08 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PsGZS-0000bW-EQ for ding@gnus.org; Wed, 23 Feb 2011 16:24:06 +0100 Original-Received: from portable64.ceremade.dauphine.fr ([193.48.71.64]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Feb 2011 16:24:06 +0100 Original-Received: from antoine.levitt by portable64.ceremade.dauphine.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Feb 2011 16:24:06 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 29 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: portable64.ceremade.dauphine.fr User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -1.0 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:77214 Archived-At: 23/02/11 15:06, Antoine Levitt > Hi, > > Starting a few days ago, gnus has been showing read news as unread when > I run it without an internet connection (ie plug off the ethernet cable, > run emacs, M-x gnus). That only happens using agent. > > Antoine Just did a git bisect on this. Offending commit is: commit eae1072594550d9a8f97d65624d19acfee5b9943 Author: Gnus developers Date: Wed Feb 16 23:12:47 2011 +0000 Merge changes made in Gnus trunk. gnus-sum.el (gnus-propagate-marks): Change default to t again, since nil mea auth-source.el (auth-source-netrc-create): Return a synthetic search result (auth-source-netrc-search): Expect a synthetic result and proceed according (auth-source-cache-expiry): New variable to override `password-cache-expiry (auth-source-remember): Use it. nnimap.el (nnimap-credentials): Remove the `inhibit-create' parameter. Crea (nnimap-open-connection-1): Don't pass `inhibit-create'. Setting gnus-propagate-marks to nil does solve the problem. Maybe something in agent conflicts with it? Antoine