From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/72506 Path: news.gmane.org!not-for-mail From: Michael Welsh Duggan Newsgroups: gmane.emacs.gnus.general Subject: Re: no Gnus v0.11, imap (cyrus) & nnir : 'Search produced empty results' Date: Mon, 04 Oct 2010 12:21:16 -0400 Message-ID: <87iq1i53pf.fsf@maru.md5i.com> References: <87k4lycuay.fsf@hillenius.net> <8762xi8ld2.fsf@thinkpad.tsdh.de> <87hbh2dnb4.fsf@maru.md5i.com> <87r5g654ap.fsf@hillenius.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1286209330 1996 80.91.229.12 (4 Oct 2010 16:22:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 4 Oct 2010 16:22:10 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M20878@lists.math.uh.edu Mon Oct 04 18:22:09 2010 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.69) (envelope-from ) id 1P2nnl-0004Pu-5z for ding-account@gmane.org; Mon, 04 Oct 2010 18:22:09 +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 1P2nnU-0006pN-Qw; Mon, 04 Oct 2010 11:21:52 -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 1P2nnT-0006p3-Be for ding@lists.math.uh.edu; Mon, 04 Oct 2010 11:21:51 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P2nnR-0003AY-EN for ding@lists.math.uh.edu; Mon, 04 Oct 2010 11:21:50 -0500 Original-Received: from md5i.com ([75.151.244.229] helo=maru.md5i.com) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P2nnQ-0006ne-00 for ; Mon, 04 Oct 2010 18:21:48 +0200 Original-Received: from md5i by maru.md5i.com with local (Exim 4.72) (envelope-from ) id 1P2nmu-00019c-Kg for ding@gnus.org; Mon, 04 Oct 2010 12:21:16 -0400 In-Reply-To: <87r5g654ap.fsf@hillenius.net> (Gijs Hillenius's message of "Mon, 04 Oct 2010 18:08:30 +0200") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:72506 Archived-At: Gijs Hillenius writes: > On 4 Oct 2010, Michael Welsh Duggan wrote: > > > [...] > >> >> I've decided that this is a bug in Cyrus, but with a simple workaround >> in gnus. >> >> The following fails: >> >> X UID SEARCH TEXT "test" >> >> The following succeeds: >> >> X UID SEARCH TEXT "test" >> >> Note the one space difference. Here is a workaround patch: > > > Excellent. The patch works here! (Pardon me asking: how did you figure > this out? I'd like to learn how to do this.) I telnetted into my imap server on the imap port, typed: 1 LOGIN "username" "password" 2 SELECT "name-of-mailbox" 3 UID SEARCH TEXT "test" When this succeeded, I tried to figure out what was different between that an what was in my *imap-log* buffer. Noting the extra space, I tried typing that in, and got the expected failure. -- Michael Welsh Duggan (md5i@md5i.com)