Re: Flat search and threaded views
[notmuch-archives.git] / 3f / 02121aa5091ec8e43d4853c97bf50475e71e56
1 Return-Path: <david@tethera.net>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5  by arlo.cworth.org (Postfix) with ESMTP id 605286DE0C1E\r
6  for <notmuch@notmuchmail.org>; Sun, 19 Apr 2015 04:58:46 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.354\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.354 tagged_above=-999 required=5 tests=[AWL=0.354]\r
12  autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id hWfOjqjcocGs for <notmuch@notmuchmail.org>;\r
16  Sun, 19 Apr 2015 04:58:43 -0700 (PDT)\r
17 Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
18  [87.98.215.224])\r
19  by arlo.cworth.org (Postfix) with ESMTPS id 63C386DE0350\r
20  for <notmuch@notmuchmail.org>; Sun, 19 Apr 2015 04:58:43 -0700 (PDT)\r
21 Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
22  4.80) (envelope-from <david@tethera.net>)\r
23  id 1Yjno6-0001cS-0w; Sun, 19 Apr 2015 11:54:38 +0000\r
24 Received: (nullmailer pid 16618 invoked by uid 1000); Sun, 19 Apr 2015\r
25  11:54:19 -0000\r
26 From: David Bremner <david@tethera.net>\r
27 To: Gaute Hope <eg@gaute.vetsj.com>, Mark Walters\r
28  <markwalters1009@gmail.com>, Jani Nikula <jani@nikula.org>,\r
29  notmuch@notmuchmail.org\r
30 Subject: Re: [RFC] lib: add support for date:<query>..! to mean\r
31  date:<query>..<query>\r
32 In-Reply-To: <1429432663-astroid-2-31s581p1zi-1230@strange>\r
33 References: <1425732959-2282-1-git-send-email-jani@nikula.org>\r
34  <87a8y6fuqw.fsf@qmul.ac.uk> <1429432663-astroid-2-31s581p1zi-1230@strange>\r
35 User-Agent: Notmuch/0.19+96~g703c8f9 (http://notmuchmail.org) Emacs/24.4.1\r
36  (x86_64-pc-linux-gnu)\r
37 Date: Sun, 19 Apr 2015 20:54:19 +0900\r
38 Message-ID: <87383wgwpg.fsf@maritornes.cs.unb.ca>\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.18\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45  <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
47  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Sun, 19 Apr 2015 11:58:46 -0000\r
54 \r
55 Gaute Hope <eg@gaute.vetsj.com> writes:\r
56 \r
57 >\r
58 > I am probably missing something, but why do you need the end\r
59 > point?\r
60 >\r
61 >   date:2015-04-16 mean date:2015-04-16..2015-04-16?\r
62 >   date:<query> -> date:<query>..<query>\r
63 \r
64 means according to humans yes, but not according to the xapian query\r
65 parser we use.\r
66 \r
67 d\r