[PATCH v2 1/7] test thread breakage when messages are removed and re-added
[notmuch-archives.git] / 02 / 41eb41b1b797c1dc956bb95b0b6e10fca798b7
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 162BD431FB6\r
6         for <notmuch@notmuchmail.org>; Sat,  4 Aug 2012 00:41:55 -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 QeorFVTVksr7 for <notmuch@notmuchmail.org>;\r
16         Sat,  4 Aug 2012 00:41:51 -0700 (PDT)\r
17 Received: from mail-lpp01m010-f53.google.com (mail-lpp01m010-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 5BB7B431FAE\r
21         for <notmuch@notmuchmail.org>; Sat,  4 Aug 2012 00:41:51 -0700 (PDT)\r
22 Received: by lagu2 with SMTP id u2so844636lag.26\r
23         for <notmuch@notmuchmail.org>; Sat, 04 Aug 2012 00:41:49 -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=YblgS7BHY6uPqV/kScj35inFbwRJ8G/Q031TONMpYac=;\r
28         b=SdscI8hI3amM91zaVSgaGQBPpJfyQe5twsLmY0z84wV+icQUMqTazC+qk/ujTGVEb6\r
29         Rvhk6lKJ13pW7PsER+ics6ow+awMMxntMriYmAVSyOsPuDWm7lRwGLPmNUPzjgYOOWvn\r
30         FeMKMTWCJv7BkmTWaOxSiVVk+llkQZGddV/Nuz9e2rjv3H0F/9eaultaTaRPbC2SPkmL\r
31         /ycMyQmVG+VM/hZvW9MLjvhfyTpHsTlN5vTq+qxVz+LTVizHZjxwcQrPWyJ8M6PZ1L0S\r
32         cvE4Acvz+e9homzWDJCeWnosI/rujWE/aiAOXQ1QkLkEBt/pBGPewQpKVGqnZgXtzHfr\r
33         Rx0g==\r
34 Received: by 10.152.105.51 with SMTP id gj19mr3958556lab.38.1344066109690;\r
35         Sat, 04 Aug 2012 00:41:49 -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 u10sm2434196lbm.14.2012.08.04.00.41.47\r
39         (version=SSLv3 cipher=OTHER); Sat, 04 Aug 2012 00:41:48 -0700 (PDT)\r
40 From: Jani Nikula <jani@nikula.org>\r
41 To: notmuch@notmuchmail.org\r
42 Subject: [PATCH v2 0/7] notmuch search date:since..until query support\r
43 Date: Sat,  4 Aug 2012 10:41:38 +0300\r
44 Message-Id: <cover.1344065790.git.jani@nikula.org>\r
45 X-Mailer: git-send-email 1.7.9.5\r
46 X-Gm-Message-State:\r
47  ALoCoQmpux0KDkukftvuixhcyzrWitR0x7AxLanW6XxTVnI6Dsf0tt7MHKkzZ5v5tHezGvt6gzNB\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: Sat, 04 Aug 2012 07:41:55 -0000\r
61 \r
62 Hi all, immediate v2 of id:"cover.1344028781.git.jani@nikula.org" just\r
63 to rebase patch 3 against master. No other changes.\r
64 \r
65 BR,\r
66 Jani.\r
67 \r
68 \r
69 Jani Nikula (7):\r
70   build: drop the -Wswitch-enum warning\r
71   lib: add a date/time parser module\r
72   test: add new test tool parse-time for date/time parser\r
73   test: add smoke tests for the date/time parser module\r
74   lib: add date range query support\r
75   test: add tests for date:since..until range queries\r
76   man: document the date:since..until range queries\r
77 \r
78  configure                       |    2 +-\r
79  lib/Makefile.local              |    2 +\r
80  lib/database-private.h          |    1 +\r
81  lib/database.cc                 |    5 +\r
82  lib/parse-time-string.c         | 1384 +++++++++++++++++++++++++++++++++++++++\r
83  lib/parse-time-string.h         |   95 +++\r
84  lib/parse-time-vrp.cc           |   40 ++\r
85  lib/parse-time-vrp.h            |   19 +\r
86  man/man7/notmuch-search-terms.7 |  147 ++++-\r
87  test/Makefile.local             |    7 +-\r
88  test/basic                      |    2 +-\r
89  test/notmuch-test               |    2 +\r
90  test/parse-time-string          |   26 +\r
91  test/parse-time.c               |  145 ++++\r
92  test/search-date                |   21 +\r
93  15 files changed, 1883 insertions(+), 15 deletions(-)\r
94  create mode 100644 lib/parse-time-string.c\r
95  create mode 100644 lib/parse-time-string.h\r
96  create mode 100644 lib/parse-time-vrp.cc\r
97  create mode 100644 lib/parse-time-vrp.h\r
98  create mode 100755 test/parse-time-string\r
99  create mode 100644 test/parse-time.c\r
100  create mode 100755 test/search-date\r
101 \r
102 -- \r
103 1.7.9.5\r
104 \r