From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Giorgos Keramidas Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: gnus: 'active' file for nnml:* getting out of sync Date: Tue, 16 Mar 2010 22:10:27 +0200 Message-ID: <87r5nk10zw.fsf@kobe.laptop> References: <87aau86e5z.fsf@kobe.laptop> <87tysghem7.fsf@marauder.physik.uni-ulm.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1268770249 14881 80.91.229.12 (16 Mar 2010 20:10:49 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 16 Mar 2010 20:10:49 +0000 (UTC) Cc: ding@gnus.org To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 16 21:10:45 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Nrd6A-0001p8-NY for ged-emacs-devel@m.gmane.org; Tue, 16 Mar 2010 21:10:43 +0100 Original-Received: from localhost ([127.0.0.1]:54798 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nrd69-0000oU-W0 for ged-emacs-devel@m.gmane.org; Tue, 16 Mar 2010 16:10:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nrd64-0000nZ-BS for emacs-devel@gnu.org; Tue, 16 Mar 2010 16:10:36 -0400 Original-Received: from [140.186.70.92] (port=32769 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nrd62-0000m8-La for emacs-devel@gnu.org; Tue, 16 Mar 2010 16:10:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nrd60-0000A8-2I for emacs-devel@gnu.org; Tue, 16 Mar 2010 16:10:34 -0400 Original-Received: from poseidon.ceid.upatras.gr ([150.140.141.169]:58633) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nrd5z-00009u-LU for emacs-devel@gnu.org; Tue, 16 Mar 2010 16:10:32 -0400 Original-Received: from mail.ceid.upatras.gr (unknown [10.1.0.143]) by poseidon.ceid.upatras.gr (Postfix) with ESMTP id A7F42EB479F; Tue, 16 Mar 2010 22:10:29 +0200 (EET) Original-Received: from localhost (europa.ceid.upatras.gr [127.0.0.1]) by mail.ceid.upatras.gr (Postfix) with ESMTP id 87BA1160DEB; Tue, 16 Mar 2010 22:10:29 +0200 (EET) X-Virus-Scanned: amavisd-new at ceid.upatras.gr Original-Received: from mail.ceid.upatras.gr ([127.0.0.1]) by localhost (europa.ceid.upatras.gr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zfuqA7wwmRC2; Tue, 16 Mar 2010 22:10:29 +0200 (EET) Original-Received: from kobe.laptop (ppp-94-64-220-56.home.otenet.gr [94.64.220.56]) by mail.ceid.upatras.gr (Postfix) with ESMTP id 430B9160D68; Tue, 16 Mar 2010 22:10:29 +0200 (EET) Original-Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.4/8.14.4) with ESMTP id o2GKASgH031034 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 16 Mar 2010 22:10:28 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Original-Received: (from keramida@localhost) by kobe.laptop (8.14.4/8.14.4/Submit) id o2GKARiN031031; Tue, 16 Mar 2010 22:10:27 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) In-Reply-To: (Didier Verna's message of "Tue, 16 Mar 2010 14:28:51 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:122070 gmane.emacs.gnus.general:69442 Archived-At: On Tue, 16 Mar 2010 14:28:51 +0100, Didier Verna wrote: > Reiner Steib wrote: > >> On Tue, Mar 16 2010, Giorgos Keramidas wrote: >> >>> I have noticed with a relatively recent trunk copy that if I compress >>> nnml folders with 'G z' of if I compact the entire nnml server in the >>> server buffer, by typing '^', then close and reopen Gnus a few times, >>> then new messages are marked as already 'old' ('O' marker) even if they >>> just arrived in the particular nnml folder. >> >> Seems like a bug in the nnml compaction feature. Didier? > > Been a while since I touched it (I'm using nnimap now) but I'll try to > look at it. > > Giorgos, what do you mean by "new": do you mean unread messages that are > here before compaction, or messages that arrive afterwards ? Messages that arrive afterwards. The steps I have to follow to reproduce this are: 1. Compact an nnml folder with 'G z'. 2. Get new messages with 'g'. I would expect the newly arrived messages to be marked as '.' when I enter the folder and not be marked as 'old'. But they are.