From dc7eedaea6ecf14fc70c88f3ea61c48c25fddf31 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 19 Apr 2015 20:54:19 +0900 Subject: [PATCH] Re: [RFC] lib: add support for date:..! to mean date:.. --- 3f/02121aa5091ec8e43d4853c97bf50475e71e56 | 67 +++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 3f/02121aa5091ec8e43d4853c97bf50475e71e56 diff --git a/3f/02121aa5091ec8e43d4853c97bf50475e71e56 b/3f/02121aa5091ec8e43d4853c97bf50475e71e56 new file mode 100644 index 000000000..b8d507a3c --- /dev/null +++ b/3f/02121aa5091ec8e43d4853c97bf50475e71e56 @@ -0,0 +1,67 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id 605286DE0C1E + for ; Sun, 19 Apr 2015 04:58:46 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.354 +X-Spam-Level: +X-Spam-Status: No, score=0.354 tagged_above=-999 required=5 tests=[AWL=0.354] + autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id hWfOjqjcocGs for ; + Sun, 19 Apr 2015 04:58:43 -0700 (PDT) +Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net + [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id 63C386DE0350 + for ; Sun, 19 Apr 2015 04:58:43 -0700 (PDT) +Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim + 4.80) (envelope-from ) + id 1Yjno6-0001cS-0w; Sun, 19 Apr 2015 11:54:38 +0000 +Received: (nullmailer pid 16618 invoked by uid 1000); Sun, 19 Apr 2015 + 11:54:19 -0000 +From: David Bremner +To: Gaute Hope , Mark Walters + , Jani Nikula , + notmuch@notmuchmail.org +Subject: Re: [RFC] lib: add support for date:..! to mean + date:.. +In-Reply-To: <1429432663-astroid-2-31s581p1zi-1230@strange> +References: <1425732959-2282-1-git-send-email-jani@nikula.org> + <87a8y6fuqw.fsf@qmul.ac.uk> <1429432663-astroid-2-31s581p1zi-1230@strange> +User-Agent: Notmuch/0.19+96~g703c8f9 (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-pc-linux-gnu) +Date: Sun, 19 Apr 2015 20:54:19 +0900 +Message-ID: <87383wgwpg.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.18 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Sun, 19 Apr 2015 11:58:46 -0000 + +Gaute Hope writes: + +> +> I am probably missing something, but why do you need the end +> point? +> +> date:2015-04-16 mean date:2015-04-16..2015-04-16? +> date: -> date:.. + +means according to humans yes, but not according to the xapian query +parser we use. + +d -- 2.26.2