Re: [RFC] lib: add support for date:<query>..! to mean date:<query>..<query>
authorDavid Bremner <david@tethera.net>
Sun, 19 Apr 2015 11:54:19 +0000 (20:54 +0900)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:48:50 +0000 (14:48 -0700)
3f/02121aa5091ec8e43d4853c97bf50475e71e56 [new file with mode: 0644]

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