From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/65197 Path: news.gmane.org!not-for-mail From: Andreas Seltenreich Newsgroups: gmane.emacs.gnus.general Subject: Re: nnir imap search Date: Mon, 17 Sep 2007 00:30:59 +0200 Message-ID: <87bqc28cpo.fsf@gate450.dyndns.org> References: <87tzqcaxzx.fsf@mocca.josefsson.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1189981953 3051 80.91.229.12 (16 Sep 2007 22:32:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 16 Sep 2007 22:32:33 +0000 (UTC) Cc: ding@gnus.org To: Leo Original-X-From: ding-owner+M13710@lists.math.uh.edu Mon Sep 17 00:32:31 2007 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 1IX2fE-0001cV-74 for ding-account@gmane.org; Mon, 17 Sep 2007 00:32:28 +0200 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 1IX2du-0002ms-ES; Sun, 16 Sep 2007 17:31:06 -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 1IX2ds-0002mc-O2 for ding@lists.math.uh.edu; Sun, 16 Sep 2007 17:31:04 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1IX2dp-0006He-Kf for ding@lists.math.uh.edu; Sun, 16 Sep 2007 17:31:04 -0500 Original-Received: from smtp1.rz.uni-karlsruhe.de ([129.13.185.217] ident=Debian-exim) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1IX2dg-0000BE-00 for ; Mon, 17 Sep 2007 00:30:52 +0200 Original-Received: from rzstud3.stud.uni-karlsruhe.de (rzstud3.stud.uni-karlsruhe.de [193.196.41.39]) by smtp1.rz.uni-karlsruhe.de with esmtp (Exim 4.63 #1) id 1IX2do-00022l-ID; Mon, 17 Sep 2007 00:31:00 +0200 Original-Received: from uwi7 by rzstud3.stud.uni-karlsruhe.de with local (Exim 4.43) id 1IX2do-0002RH-EY; Mon, 17 Sep 2007 00:31:00 +0200 In-Reply-To: (Leo's message of "Mon, 03 Sep 2007 11:58:28 +0100") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux) X-Hashcash: 1:24:070916:sdl.web@gmail.com::RhkuLUCvXg+TJoP8:7OO4 X-Hashcash: 1:24:070916:ding@gnus.org::lGdWw5lprc4POoxv:0EiO4 X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:65197 Archived-At: Leo writes: > On 2007-09-03 10:39 +0100, Simon Josefsson wrote: >> Leo writes: >>> Another problem is that each article appears twice in the "*nnir*" >>> buffer and sometimes "RET" on the buffer doesn't go to that article. >> >> Sounds like a caching problem to me, possibly because the nnir groups >> and article numbers are called the same for every search? I haven't >> seen this for a long time though, and thought it was fixed. > > See the screenshot: > [2. imap.png --- image/png; imap.png] I've seen this symptom recently when searching a nnml server. Investigating a bit revealed that in my case a duplicate entry for the server in gnus-opened-servers was responsible. Sadly, I have no idea how that duplicate entry got there, and the problem didn't reoccur after restarting Gnus. Leo: If you see the problem again, please look for multiple entries of the affected server in gnus-opened-servers. If this is the case, an easy fix might be to make nnir-run-query more careful about the variable's contents. regards, andreas