From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 17570 invoked from network); 4 Nov 2020 18:46:47 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 4 Nov 2020 18:46:47 -0000 Received: from lists1.math.uh.edu ([129.7.128.208]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1kaNmg-00DwXj-Q4; Wed, 04 Nov 2020 12:45:26 -0600 Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.94) (envelope-from ) id 1kaNmf-008sXM-QP; Wed, 04 Nov 2020 12:45:25 -0600 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1kaNmb-008sVf-EI for ding@lists.math.uh.edu; Wed, 04 Nov 2020 12:45:21 -0600 Received: from quimby.gnus.org ([95.216.78.240]) by mx2.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1kaNmZ-0030ce-Fw for ding@lists.math.uh.edu; Wed, 04 Nov 2020 12:45:21 -0600 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:To:From:Sender:Reply-To:Cc:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=z1rffdoasXUx7nmEkq/2uGvohZOpLLJb84/bWfuJ/OE=; b=AWk6Saf/aTPMOfARbtx+97Ryls xQz6YZQk+AKHMmJ3vXNnn0RRY8cFiAxHCcqq/UQpJ8JScdBkypArMNWqHci7gi0QkWA1Fs0ULvOTc 3ZDJBWd/GqMNdBgtmqcse77khnLAnOXXAF6WkLswKTRKbPqT8xd9Q0AWjyA8SSj8UEU0=; Received: from ericabrahamsen.net ([52.70.2.18] helo=mail.ericabrahamsen.net) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kaNmQ-0000Fg-A6 for ding@gnus.org; Wed, 04 Nov 2020 19:45:14 +0100 Received: from localhost (c-73-254-86-141.hsd1.wa.comcast.net [73.254.86.141]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id 04E34FA0B0 for ; Wed, 4 Nov 2020 18:45:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericabrahamsen.net; s=mail; t=1604515507; bh=z1rffdoasXUx7nmEkq/2uGvohZOpLLJb84/bWfuJ/OE=; h=From:To:Subject:References:Date:In-Reply-To:From; b=SrCGg/qke5i27poX8Wb2j+31e71wTq3ZQItyhi4zPlOkKLigdXIT5E1a4aYdpUQi8 IjdjuTF/58+HSMcDnKxOavj7O/BdTMie9CmGi6XrMhrMbNwBsaZnD9NjO0qIMw6IT4 xz5pruhSvw6oxQaxkBitQOUewogZh/77XOJMWhkE= From: Eric Abrahamsen To: ding@gnus.org Subject: Re: New "gnus-search" syntax and interface References: <87blgdavsb.fsf@ericabrahamsen.net> Date: Wed, 04 Nov 2020 10:45:05 -0800 In-Reply-To: (Pankaj Jangid's message of "Wed, 04 Nov 2020 23:44:27 +0530") Message-ID: <87k0v19d1q.fsf@ericabrahamsen.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain List-ID: Precedence: bulk Pankaj Jangid writes: > Eric Abrahamsen writes: > [...] >> (f:bob or f:jane) -t:sam sin:2w su:"sam's surprise party" > > > This is real convenience when you have lots of email > servers/groups. Thanks for this stuff. I have already played with it for > an hour or so. Glad it's useful! It's particularly nice with nnselect's persistent search groups, because the queries are re-parsed every time the group is updated, meaning that a relative date query like "since:5d" will always indicate the most recent five days. >> You can shut off the parsing and use the native syntax of whatever >> group you're searching on a per-engine, per-server, or per-search >> basis. See the manual for details. > > Who would do that now. Well, if you've only got one server and it has a reasonable search engine that you're already used to using, there might be no need for this. Or you might find bugs and need to disable it! But otherwise, I quite agree :)