From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/52750 Path: main.gmane.org!not-for-mail From: Kevin Greiner Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus 5.10.2 - agent and lost marks Date: Sun, 18 May 2003 23:12:18 -0500 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1053317491 31996 80.91.224.249 (19 May 2003 04:11:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 19 May 2003 04:11:31 +0000 (UTC) Original-X-From: ding-owner+M1294@lists.math.uh.edu Mon May 19 06:11:29 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19Hbzl-0008Jp-00 for ; Mon, 19 May 2003 06:11:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19Hc0k-00028W-00; Sun, 18 May 2003 23:12:30 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19Hc0f-00028R-00 for ding@lists.math.uh.edu; Sun, 18 May 2003 23:12:25 -0500 Original-Received: (qmail 9476 invoked by alias); 19 May 2003 04:12:24 -0000 Original-Received: (qmail 9471 invoked from network); 19 May 2003 04:12:24 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by sclp3.sclp.com with SMTP; 19 May 2003 04:12:24 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 19Hc8U-0008Lv-00 for ; Mon, 19 May 2003 06:20:30 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 26 Original-NNTP-Posting-Host: manchester-suites-iaf1047853.cust-rtr.ameritech.net Original-X-Trace: quimby.gnus.org 1053318030 31519 68.23.64.46 (19 May 2003 04:20:30 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 19 May 2003 04:20:30 GMT User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:foBb66PUKTIV2PgHVlXLxNuBAQU= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:52750 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:52750 David Abrahams writes: > I've been noticing recently that often I'll mark a message as > expirable or read or I'll use gnus-summary-kill-thread, and then do a > gnus-summary-rescan-group and the message comes back. For a while I > thought I was hallucinating, or that it was only happening to messages > whose bodies had not been downloaded yet. Today I got a message from > RMS about an elisp patch I posted to the emacs.devel NG, and no matter > what I do to it, it keeps coming back. It's spooky! Are messages > from RMS given some special status in emacs? > > Seriously, though: this is pretty weird. This is happening in my > agentized nnimap inbox. Is there something I can/should do about > it? I'm happy to run a few experiments if it will be useful... Set gnus-verbose to 5 or higher. Do the gnus-summary-kill-thread then check the message buffer for one of the following messages. Expiry skipping over ... Expiring articles in ... If you see the first message, "Expiry skipping over ...", you need to update to CVS gnus-agent.el. Kevin