Re: [PATCH v4 01/16] add util/search-path.{c, h} to test for executables in $PATH
[notmuch-archives.git] / 02 / 035a3f344abcec94c2e6a551962435927f7dad
1 Return-Path: <jani@nikula.org>\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 6EDD6431FB6\r
6         for <notmuch@notmuchmail.org>; Sun, 21 Oct 2012 14:22:39 -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.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 NLAGymjg3oQk for <notmuch@notmuchmail.org>;\r
16         Sun, 21 Oct 2012 14:22:38 -0700 (PDT)\r
17 Received: from mail-la0-f53.google.com (mail-la0-f53.google.com\r
18         [209.85.215.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id DC3E4431FAE\r
21         for <notmuch@notmuchmail.org>; Sun, 21 Oct 2012 14:22:37 -0700 (PDT)\r
22 Received: by mail-la0-f53.google.com with SMTP id l5so1455559lah.26\r
23         for <notmuch@notmuchmail.org>; Sun, 21 Oct 2012 14:22:36 -0700 (PDT)\r
24 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
25         d=google.com; s=20120113;\r
26         h=from:to:cc:subject:date:message-id:x-mailer:x-gm-message-state;\r
27         bh=krFJzWC/bA5Z8VyXTxcfwFRoXUP0KzjEjgf2nf24daY=;\r
28         b=AODHM7OfBihEIzmJAu9qVlk+fT8hA9tvvyIxD7hKJqi6dud6JtFnRn9LA4ZdVZ/Yqr\r
29         4k98c+HWACSl7cCYZJqJMzY+bKEfEM2tFpiRX7yTHPnDxwYvYj8PAORMzVUo3sFEEM7R\r
30         uxxdyW5oOPuCEGSxIyh/lWbmOOhbyjRbd49YwehO9ochBrWVvNjo43sq17sPU8ZTkbgn\r
31         vFf8fgRsh7vWBKjwOHQmpj3PZLZ8zsbMxF09nvCi4IkfuON8MhIHULBgvFYT2buLRC5Q\r
32         H40T2eK8nl/gnh8AnMMSjAub11Bu7hQWCIvZFrFsyvljw5eb0cra1WnTO4jkrQohH/Ap\r
33         39tw==\r
34 Received: by 10.112.37.7 with SMTP id u7mr2951356lbj.30.1350854556201;\r
35         Sun, 21 Oct 2012 14:22:36 -0700 (PDT)\r
36 Received: from localhost (dsl-hkibrasgw4-fe51df00-27.dhcp.inet.fi.\r
37         [80.223.81.27])\r
38         by mx.google.com with ESMTPS id eo4sm1419425lbb.5.2012.10.21.14.22.34\r
39         (version=SSLv3 cipher=OTHER); Sun, 21 Oct 2012 14:22:34 -0700 (PDT)\r
40 From: Jani Nikula <jani@nikula.org>\r
41 To: notmuch@notmuchmail.org\r
42 Subject: [PATCH v5 0/9] notmuch search date:since..until query support\r
43 Date: Mon, 22 Oct 2012 00:22:23 +0300\r
44 Message-Id: <cover.1350854171.git.jani@nikula.org>\r
45 X-Mailer: git-send-email 1.7.10.4\r
46 X-Gm-Message-State:\r
47  ALoCoQmnufXISrg3PpqVUttfAvKYUBbbSlAvIuPTMyBXh6baenp5ew/GdyeE8Milla4akkIDjud8\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Sun, 21 Oct 2012 21:22:39 -0000\r
61 \r
62 Hi all, v5 of id:"cover.1350164594.git.jani@nikula.org", with the\r
63 following changes in patch 2 per Ethan's review\r
64 id:"87hapw9x99.fsf@betacantrips.com":\r
65  - remove useless intermediate function handle_postponed_number\r
66  - rename stringcmp to match_keyword\r
67 \r
68 BR,\r
69 Jani.\r
70 \r
71 \r
72 Jani Nikula (9):\r
73   build: drop the -Wswitch-enum warning\r
74   parse-time-string: add a date/time parser to notmuch\r
75   test: add new test tool parse-time for date/time parser\r
76   test: add smoke tests for the date/time parser module\r
77   build: build parse-time-string as part of the notmuch lib and static\r
78     cli\r
79   lib: add date range query support\r
80   test: add tests for date:since..until range queries\r
81   man: document the date:since..until range queries\r
82   NEWS: date range search support\r
83 \r
84  Makefile                              |    2 +-\r
85  Makefile.local                        |    2 +-\r
86  NEWS                                  |   14 +\r
87  configure                             |    2 +-\r
88  lib/Makefile.local                    |    3 +-\r
89  lib/database-private.h                |    1 +\r
90  lib/database.cc                       |    5 +\r
91  lib/parse-time-vrp.cc                 |   40 +\r
92  lib/parse-time-vrp.h                  |   19 +\r
93  man/man7/notmuch-search-terms.7       |  147 +++-\r
94  parse-time-string/Makefile            |    5 +\r
95  parse-time-string/Makefile.local      |   12 +\r
96  parse-time-string/README              |    9 +\r
97  parse-time-string/parse-time-string.c | 1477 +++++++++++++++++++++++++++++++++\r
98  parse-time-string/parse-time-string.h |  102 +++\r
99  test/Makefile.local                   |    7 +-\r
100  test/basic                            |    2 +-\r
101  test/notmuch-test                     |    2 +\r
102  test/parse-time-string                |   71 ++\r
103  test/parse-time.c                     |  281 +++++++\r
104  test/search-date                      |   21 +\r
105  21 files changed, 2206 insertions(+), 18 deletions(-)\r
106  create mode 100644 lib/parse-time-vrp.cc\r
107  create mode 100644 lib/parse-time-vrp.h\r
108  create mode 100644 parse-time-string/Makefile\r
109  create mode 100644 parse-time-string/Makefile.local\r
110  create mode 100644 parse-time-string/README\r
111  create mode 100644 parse-time-string/parse-time-string.c\r
112  create mode 100644 parse-time-string/parse-time-string.h\r
113  create mode 100755 test/parse-time-string\r
114  create mode 100644 test/parse-time.c\r
115  create mode 100755 test/search-date\r
116 \r
117 -- \r
118 1.7.10.4\r
119 \r