From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68374 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap and sticky cache Date: Wed, 25 Mar 2009 11:48:20 +0100 Message-ID: References: <87wsaezl72.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1237978183 3677 80.91.229.12 (25 Mar 2009 10:49:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 25 Mar 2009 10:49:43 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M16812@lists.math.uh.edu Wed Mar 25 11:51:01 2009 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.50) id 1LmQhH-0004Oq-2y for ding-account@gmane.org; Wed, 25 Mar 2009 11:50:59 +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 1LmQew-0003gV-TH; Wed, 25 Mar 2009 05:48:34 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1LmQev-0003gL-QM for ding@lists.math.uh.edu; Wed, 25 Mar 2009 05:48:33 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1LmQep-0007AP-Oe for ding@lists.math.uh.edu; Wed, 25 Mar 2009 05:48:33 -0500 Original-Received: from m61s02.vlinux.de ([83.151.21.164]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1LmQfD-0000XX-00 for ; Wed, 25 Mar 2009 11:48:51 +0100 Original-Received: from [134.76.4.218] (helo=Macintosh.local) by m61s02.vlinux.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.69) (envelope-from ) id 1LmQeo-0004Zi-9j for ding@gnus.org; Wed, 25 Mar 2009 11:48:26 +0100 In-Reply-To: (David Abrahams's message of "Tue, 24 Mar 2009 21:33:45 -0400") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.90 (darwin) Mail-Copies-To: never Mail-Followup-To: ding@gnus.org X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:68374 Archived-At: David Abrahams writes: > on Tue Mar 24 2009, Tassilo Horn wrote: > >> David Abrahams writes: >> >> Hi David, >> >>> Old articles that have since been deleted through other clients still >>> show up in the summary (bad) but sometimes "turn black" (show up as >>> deleted) when I try to read them (also bad). The latest problem is >>> that I've added 'Message-ID to gnus-extra-headers, but `/-x >>> Message-IDxxxxx' turns up nothing, even though I have a message >>> containing xxxxx in its Message-ID header. I've had this sort of >>> problem for years! >> >> Do you use the agent for you imap server? > > Yup. But even if I turn the agent off I still see this problem. As Tassilo already said, turn the agent off and delete the agent files still in ~/News/agent. Next, you could try to set the server variable nnimap-nov-is-evil for your nnimap server definition and also delete all overview files for the server (usually ~/News/overview/nnimap/SERVER). (I think all of this is safe to do, but better keep a backup when deleting stuff from ~/News). -David