Applying patches directly from emails?
[notmuch-archives.git] / 27 / d45811b98ded7ba54338b11e31ba3844d15bd9
1 Return-Path: <bremner@unb.ca>\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 olra.theworths.org (Postfix) with ESMTP id 72FE4431FAF\r
6         for <notmuch@notmuchmail.org>; Mon, 17 Sep 2012 09:10:58 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id 156WB7W835uZ for <notmuch@notmuchmail.org>;\r
16         Mon, 17 Sep 2012 09:10:57 -0700 (PDT)\r
17 Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238])\r
18         (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id BC1F8431FAE\r
21         for <notmuch@notmuchmail.org>; Mon, 17 Sep 2012 09:10:57 -0700 (PDT)\r
22 Received: from convex-new.cs.unb.ca ([131.202.245.35])\r
23         by tesseract.cs.unb.ca with esmtpsa\r
24         (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72)\r
25         (envelope-from <bremner@unb.ca>)\r
26         id 1TDduS-00048n-5j; Mon, 17 Sep 2012 13:10:56 -0300\r
27 Received: from bremner by convex-new.cs.unb.ca with local (Exim 4.80)\r
28         (envelope-from <bremner@unb.ca>)\r
29         id 1TDduM-0002tm-Ps; Mon, 17 Sep 2012 13:10:50 -0300\r
30 From: David Bremner <david@tethera.net>\r
31 To: Michal Nazarewicz <mina86@mina86.com>, notmuch@notmuchmail.org\r
32 Subject: Re: [PATCH v3 6/9] lib: add date range query support\r
33 In-Reply-To: <xa1tipbczo68.fsf@mina86.com>\r
34 References: <cover.1347484177.git.jani@nikula.org>\r
35         <532340d05ea748518c021048900bb83149e04e88.1347484177.git.jani@nikula.org>\r
36         <xa1tsjamdvj6.fsf@mina86.com> <878vce5cip.fsf@zancas.localnet>\r
37         <xa1tipbczo68.fsf@mina86.com>\r
38 User-Agent: Notmuch/0.14+20~g69843dd (http://notmuchmail.org) Emacs/24.2.1\r
39         (x86_64-pc-linux-gnu)\r
40 Date: Mon, 17 Sep 2012 13:10:50 -0300\r
41 Message-ID: <87obl4fx4l.fsf@convex-new.cs.unb.ca>\r
42 MIME-Version: 1.0\r
43 Content-Type: text/plain; charset=utf-8\r
44 Content-Transfer-Encoding: quoted-printable\r
45 X-Spam_bar: -\r
46 X-BeenThere: notmuch@notmuchmail.org\r
47 X-Mailman-Version: 2.1.13\r
48 Precedence: list\r
49 List-Id: "Use and development of the notmuch mail system."\r
50         <notmuch.notmuchmail.org>\r
51 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
53 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
54 List-Post: <mailto:notmuch@notmuchmail.org>\r
55 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
56 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
58 X-List-Received-Date: Mon, 17 Sep 2012 16:10:58 -0000\r
59 \r
60 Michal Nazarewicz <mina86@mina86.com> writes:\r
61 \r
62 > On Thu, Sep 13 2012, David Bremner wrote:\r
63 >> I don't find ranges being half-open by default to be very\r
64 >> intuitive. Perhaps I don't program in python enough.\r
65 [snip]\r
66 >       date:2012/01/01..2012/01/01 + 1 day\r
67 >\r
68 > in my opinion, that should give results from the first of January only,\r
69 > since =E2=80=9C+ 1 day=E2=80=9D indicates in a way how long user want the=\r
70  period to be.\r
71 \r
72 Sorry, still not convinced.  My comment about python was more or less a\r
73 joke; I get the analogy with C, but (1) I don't think C is a reasonable\r
74 UI guide, and (2), at least in the C case, the half openness of the\r
75 range is explicitly given by the operators used.\r
76 \r
77 d\r