From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/17023 Path: news.gmane.org!not-for-mail From: Julien Cubizolles Newsgroups: gmane.emacs.gnus.user Subject: Re: read messages becoming unread in nnml Date: Mon, 11 Aug 2014 12:51:25 +0200 Message-ID: <87ha1jnvte.fsf@free.fr> References: <87y4uw5aok.fsf@debian.uxu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1407754321 2918 80.91.229.3 (11 Aug 2014 10:52:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 Aug 2014 10:52:01 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Mon Aug 11 12:51:54 2014 Return-path: Envelope-to: gegu-info-gnus-english@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 1XGnCj-0007xC-53 for gegu-info-gnus-english@m.gmane.org; Mon, 11 Aug 2014 12:51:53 +0200 Original-Received: from localhost ([::1]:34911 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XGnCi-0006yZ-QL for gegu-info-gnus-english@m.gmane.org; Mon, 11 Aug 2014 06:51:52 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42425) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XGnCb-0006yT-RD for info-gnus-english@gnu.org; Mon, 11 Aug 2014 06:51:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XGnCW-0001Yr-Lm for info-gnus-english@gnu.org; Mon, 11 Aug 2014 06:51:45 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:55192) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XGnCW-0001Yj-FS for info-gnus-english@gnu.org; Mon, 11 Aug 2014 06:51:40 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XGnCT-0007mL-OO for info-gnus-english@gnu.org; Mon, 11 Aug 2014 12:51:37 +0200 Original-Received: from gas45-3-82-244-252-119.fbx.proxad.net ([82.244.252.119]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Aug 2014 12:51:37 +0200 Original-Received: from j.cubizolles by gas45-3-82-244-252-119.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Aug 2014 12:51:37 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 30 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: gas45-3-82-244-252-119.fbx.proxad.net User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.4.50 (gnu/linux) Cancel-Lock: sha1:GVm+3XlN4RUCiG2BZ73TY6PYq4E= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:17023 Archived-At: Emanuel Berg writes: > I always thought that happened because the .newsrc.eld > file wasn't saved, so sometimes the changes would > vanish when you terminate Emacs. For me it's very often very old messages that spring back to life, not the ones read in the last session. Maybe it's some dribble-file conflict, I'll try to remove it altogether. > (setq gnus-use-dribble-file nil) > (setq gnus-always-read-dribble-file nil) > (setq gnus-read-newsrc-file nil) > (setq gnus-save-newsrc-file nil) Digging through my setup I noticed that I had a (setq gnus-always-read-dribble-file nil) hidden somewhere. I'll see what removing it does. > For nntp, there is also, for example, > ~/News/marks/Aioe.org/gnu/emacs/gnus - that deals with > marks, though what it seems not what has been read and > not read. I wonder though, why this is kept in parallel > with the .newsrc.eld file? So far I haven't noticed any problems with nntp, as long as it isn't broken for me I won't fix it... Julien.