From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Giorgos Keramidas Newsgroups: gmane.emacs.devel Subject: gnus: 'active' file for nnml:* getting out of sync Date: Tue, 16 Mar 2010 07:14:48 +0200 Message-ID: <87aau86e5z.fsf@kobe.laptop> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1268716510 13091 80.91.229.12 (16 Mar 2010 05:15:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 16 Mar 2010 05:15:10 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 16 06:15:06 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 1NrP7R-0001t3-AR for ged-emacs-devel@m.gmane.org; Tue, 16 Mar 2010 06:15:05 +0100 Original-Received: from localhost ([127.0.0.1]:50377 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NrP7Q-0002Nv-ES for ged-emacs-devel@m.gmane.org; Tue, 16 Mar 2010 01:15:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NrP7I-0002Ng-V8 for emacs-devel@gnu.org; Tue, 16 Mar 2010 01:14:57 -0400 Original-Received: from [140.186.70.92] (port=37556 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NrP7G-0002NV-37 for emacs-devel@gnu.org; Tue, 16 Mar 2010 01:14:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NrP7E-0007nP-R9 for emacs-devel@gnu.org; Tue, 16 Mar 2010 01:14:54 -0400 Original-Received: from poseidon.ceid.upatras.gr ([150.140.141.169]:56114) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NrP7E-0007nC-Kr for emacs-devel@gnu.org; Tue, 16 Mar 2010 01:14:52 -0400 Original-Received: from mail.ceid.upatras.gr (unknown [10.1.0.143]) by poseidon.ceid.upatras.gr (Postfix) with ESMTP id 0DA38EB4784 for ; Tue, 16 Mar 2010 07:14:49 +0200 (EET) Original-Received: from localhost (europa.ceid.upatras.gr [127.0.0.1]) by mail.ceid.upatras.gr (Postfix) with ESMTP id DF3E9160D58 for ; Tue, 16 Mar 2010 07:14:49 +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 Z-+nRzqmlh7F for ; Tue, 16 Mar 2010 07:14:49 +0200 (EET) Original-Received: from kobe.laptop (athedsl-417697.home.otenet.gr [79.131.183.159]) by mail.ceid.upatras.gr (Postfix) with ESMTP id A58F4160D54 for ; Tue, 16 Mar 2010 07:14:49 +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 o2G5Enif024739 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 16 Mar 2010 07:14:49 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Original-Received: (from keramida@localhost) by kobe.laptop (8.14.4/8.14.4/Submit) id o2G5EmIl024736; Tue, 16 Mar 2010 07:14:48 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) 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:122039 Archived-At: 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. After a bit of digging around I found that '~/Mail/active' does not match what nnml thinks is inside the folder. If there any way to force an update of the nnml active file to match the in-memory state of the nnml folder?