Re: [PATCH] Fix typo in Message.maildir_flags_to_tags
[notmuch-archives.git] / 06 / fd92d10e8f6fb43e65980810beb654e8be8ced
1 Return-Path: <tomi.ollila@iki.fi>\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 1C856431FB6\r
6         for <notmuch@notmuchmail.org>; Thu, 25 Sep 2014 12:55:10 -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 b-yoN5IqUFXg for <notmuch@notmuchmail.org>;\r
16         Thu, 25 Sep 2014 12:55:04 -0700 (PDT)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18         by olra.theworths.org (Postfix) with ESMTP id A9914431FAF\r
19         for <notmuch@notmuchmail.org>; Thu, 25 Sep 2014 12:55:04 -0700 (PDT)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21         by guru.guru-group.fi (Postfix) with ESMTP id EF39D100033;\r
22         Thu, 25 Sep 2014 22:54:53 +0300 (EEST)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: David Bremner <david@tethera.net>, Jani Nikula <jani@nikula.org>,\r
25         notmuch@notmuchmail.org\r
26 Subject: Re: [PATCH 00/11] notmuch insert updates\r
27 In-Reply-To: <878ul815jf.fsf@maritornes.cs.unb.ca>\r
28 References: <cover.1411379395.git.jani@nikula.org>\r
29         <878ul815jf.fsf@maritornes.cs.unb.ca>\r
30 User-Agent: Notmuch/0.18.1+97~g6c845ef (http://notmuchmail.org) Emacs/24.3.1\r
31         (x86_64-unknown-linux-gnu)\r
32 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
33         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
34         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
35 Date: Thu, 25 Sep 2014 22:54:53 +0300\r
36 Message-ID: <m24mvvpjaq.fsf@guru.guru-group.fi>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Thu, 25 Sep 2014 19:55:10 -0000\r
52 \r
53 On Thu, Sep 25 2014, David Bremner <david@tethera.net> wrote:\r
54 \r
55 > Jani Nikula <jani@nikula.org> writes:\r
56 >\r
57 >> This series refactors and cleans up insert, improves error handling and\r
58 >> reporting, and adds post-insert hook. I intend to add documentation and\r
59 >> more tests, but the code is ready for review. Also, at least some of the\r
60 >> cleanups and fixes in the beginning of the series could go in without\r
61 >> additional tests or documentation.\r
62 >\r
63 > The first 4 seem trivial, and I marked them so.\r
64 >\r
65 > 5-8 don't introduce new functionality, and don't break \r
66 > any existing tests. Subject to a little more review, these could \r
67 > probably be merged now.\r
68 >\r
69 > 5 is almost trivial; it wouldn't hurt to explicitly document the return\r
70 > values of sync_dir, while touching this code.\r
71 >\r
72 > 6 and 8 seem ok, but should probably have another pair of eyes.\r
73 >\r
74 > 7 seems ok. At first I worried about the usual issue of races between\r
75 > name definition and open, but it seems like nothing changes here.\r
76 \r
77 5-8 in this series LGTM.\r
78 \r
79 Tomi\r
80 \r