Re: [PATCH v5 2/9] parse-time-string: add a date/time parser to notmuch
[notmuch-archives.git] / 63 / 6cdcef5564d1f8919c783ab08e63d383b2e26e
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 E0C52429E26\r
6         for <notmuch@notmuchmail.org>; Mon, 12 Dec 2011 10:23:32 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] 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 SUZwA3qbedgj for <notmuch@notmuchmail.org>;\r
16         Mon, 12 Dec 2011 10:23:32 -0800 (PST)\r
17 Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21])\r
18         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 58836429E25\r
21         for <notmuch@notmuchmail.org>; Mon, 12 Dec 2011 10:23:32 -0800 (PST)\r
22 Received: from convex-new.cs.unb.ca ([131.202.13.154])\r
23         by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id pBCINRGP015254;\r
24         Mon, 12 Dec 2011 14:23:27 -0400\r
25 Received: from bremner by convex-new.cs.unb.ca with local (Exim 4.72)\r
26         (envelope-from <bremner@unb.ca>)\r
27         id 1RaAX9-0004eL-Ht; Mon, 12 Dec 2011 14:23:27 -0400\r
28 From: David Bremner <david@tethera.net>\r
29 To: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>, notmuch@notmuchmail.org\r
30 Subject: Re: [PATCH] util/hex-escape.[ch]: encoding/decoding strings into\r
31         restricted character set\r
32 In-Reply-To: <87zkez56wb.fsf@gmail.com>\r
33 References: <1323620384-16043-1-git-send-email-david@tethera.net>\r
34         <87zkez56wb.fsf@gmail.com>\r
35 User-Agent: Notmuch/0.10~rc1+12~g53b921d (http://notmuchmail.org) Emacs/23.3.1\r
36         (x86_64-pc-linux-gnu)\r
37 Date: Mon, 12 Dec 2011 14:23:27 -0400\r
38 Message-ID: <87ty558x9c.fsf@convex-new.cs.unb.ca>\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain; charset=us-ascii\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.13\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: Mon, 12 Dec 2011 18:23:33 -0000\r
54 \r
55 On Sun, 11 Dec 2011 21:56:36 +0400, Dmitry Kurochkin <dmitry.kurochkin@gmail.com> wrote:\r
56 > >  \r
57 > > -CLEAN := $(CLEAN) $(dir)/xutil.o $(dir)/error_util.o $(dir)/libutil.a\r
58 > > +CLEAN := $(CLEAN) $(libutil_modules) $(dir)/libutil.a\r
59\r
60 > IMO this should be pushed as a separate patch (that does not need a\r
61 > review :)).\r
62 \r
63 Pushed that two line patch.\r
64 \r
65 d\r