From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68428 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Weird results with nnir and IMAP SEARCH Date: Mon, 13 Apr 2009 12:18:11 +0200 Message-ID: <87d4bgj1r0.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 1239617988 21423 80.91.229.12 (13 Apr 2009 10:19:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 13 Apr 2009 10:19:48 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M16864@lists.math.uh.edu Mon Apr 13 12:21:07 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 1LtJHK-0007U1-1C for ding-account@gmane.org; Mon, 13 Apr 2009 12:20:38 +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 1LtJF8-0007SN-GF; Mon, 13 Apr 2009 05:18:22 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1LtJF6-0007Ry-Jo for ding@lists.math.uh.edu; Mon, 13 Apr 2009 05:18:20 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1LtJF0-0006Vg-Ex for ding@lists.math.uh.edu; Mon, 13 Apr 2009 05:18:20 -0500 Original-Received: from out2.smtp.messagingengine.com ([66.111.4.26]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1LtJFP-0005mz-00 for ; Mon, 13 Apr 2009 12:18:39 +0200 Original-Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id B27CE3191D2 for ; Mon, 13 Apr 2009 06:18:12 -0400 (EDT) Original-Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute2.internal (MEProxy); Mon, 13 Apr 2009 06:18:12 -0400 X-Sasl-enc: GoRpZ6PVahPBRYv3sh5YMfXv4LmWBFD8xn7lBqZrmZxY 1239617892 Original-Received: from thinkpad.tsdh.de (p54AF282A.dip0.t-ipconnect.de [84.175.40.42]) by mail.messagingengine.com (Postfix) with ESMTPA id C71B03A622 for ; Mon, 13 Apr 2009 06:18:11 -0400 (EDT) Mail-Copies-To: never Mail-Followup-To: ding@gnus.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) X-Spam-Score: -3.6 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:68428 Archived-At: Hi all, basically I'm quite satisfied with nnir as interface to do imap searches, and the results looked quite right till now. But now I discovered one query, which returns very strange results: G G Nicole Reinbach RET on one of my accounts INBOXes opens an nnir summary with 128 messages. The first 35 are empty. The rest contains some messages which match the query, but most of them don't. I tried to do the same query with telnet to check if I have to blame dovecot or nnir/Gnus, and there the query returns only three results (which is the correct number). --8<---------------cut here---------------start------------->8--- % telnet localhost 143 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. * OK Dovecot ready. a login uni XXXXXXXXXX a OK Logged in. b select INBOX * FLAGS (\Answered \Flagged \Deleted \Seen \Draft gnus-expire KMAILFORWARDED KMAILTODO KMAILWATCHED KMAILIGNORED $FORWARDED $TODO $WATCHED $IGNORED gnus-forward gnus-save) * OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft gnus-expire KMAILFORWARDED KMAILTODO KMAILWATCHED KMAILIGNORED $FORWARDED $TODO $WATCHED $IGNORED gnus-forward gnus-save \*)] Flags permitted. * 1485 EXISTS * 0 RECENT * OK [UIDVALIDITY 1213252650] UIDs valid * OK [UIDNEXT 2373] Predicted next UID b OK [READ-WRITE] Select completed. d search text "Nicole Reinbach" * SEARCH 739 740 744 d OK Search completed (0.022 secs). --8<---------------cut here---------------end--------------->8--- I tried various other searches (first name / last name) on this folder, but the results always look plausible... Bye, Tassilo