From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/79120 Path: news.gmane.org!not-for-mail From: Vegard Vesterheim Newsgroups: gmane.emacs.gnus.general Subject: Re: Bug with referring articles Date: Thu, 16 Jun 2011 08:01:25 +0200 Organization: UNINETT. Message-ID: <1svcw6b9hm.fsf@voll.uninett.no> References: <87fwnbr15c.fsf@fastmail.fm> <87boxzhrs8.fsf@member.fsf.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1308204160 28228 80.91.229.12 (16 Jun 2011 06:02:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 16 Jun 2011 06:02:40 +0000 (UTC) Cc: Tassilo Horn , Andreas Schwab , ding@gnus.org To: Dave Abrahams Original-X-From: ding-owner+M27419@lists.math.uh.edu Thu Jun 16 08:02:34 2011 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 1QX5ez-0001sE-Ml for ding-account@gmane.org; Thu, 16 Jun 2011 08:02:34 +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 1QX5e6-0005tS-10; Thu, 16 Jun 2011 01:01:38 -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 1QX5e0-0005tF-NJ for ding@lists.math.uh.edu; Thu, 16 Jun 2011 01:01:32 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1QX5dz-0004dv-9z for ding@lists.math.uh.edu; Thu, 16 Jun 2011 01:01:32 -0500 Original-Received: from regensburg.uninett.no ([158.38.180.100]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1QX5dx-0005wL-Dg for ding@gnus.org; Thu, 16 Jun 2011 08:01:29 +0200 Original-Received: from voll.uninett.no (unknown [IPv6:2001:700:1:0:862b:2bff:feab:becb]) by regensburg.uninett.no (Postfix) with ESMTPSA id 396F170587; Thu, 16 Jun 2011 08:01:26 +0200 (CEST) X-Face: Vl8-zx%G~!/rC5W!BM+T]w:k.[$Zqh. Q'Af|}oZ6JAhaysP"/43eD<|.BoMETII (Dave Abrahams's message of "Wed, 15 Jun 2011 18:20:46 -0400") User-Agent: Gnus/5.110015 (No Gnus v0.15) Emacs/23.1 (gnu/linux) X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:79120 Archived-At: On Wed, 15 Jun 2011 18:20:46 -0400 Dave Abrahams wrote: > It occurs to me that part of the reason is that the syntax is still a > bit of a mystery to me. Is that documented anywhere? I see some > vague stuff about boolean queries in the Info documentation but > nothing that mentions, e.g., `HEADER' I do this: (setq nnir-imap-default-search-key "Imap") This means it is possible to use raw imap queries, (syntax for the IMAP search command is described in the IMAP rfc). Then I can issue queries like "from lars" "from lars since 20-Sep-2010" "from lars since 20-Sep-2010 subject imap" "(or from lars from vegard) since 20-Sep-2010 subject imap" "(not (or from lars from vegard)) since 20-Sep-2010 subject imap" "subject imap body query" "header user-agent wanderlust" - Vegard V -