Re: [PATCH v4 09/16] index encrypted parts when asked.
[notmuch-archives.git] / d1 / 2062a2a95e0d177c25d473c1253b2048253f75
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 6DC28431FAF\r
6         for <notmuch@notmuchmail.org>; Tue, 27 Mar 2012 13:01:25 -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 2g47rz0KsJ0t for <notmuch@notmuchmail.org>;\r
16         Tue, 27 Mar 2012 13:01:23 -0700 (PDT)\r
17 Received: from guru.guru-group.fi (guru-group.fi [87.108.86.66])\r
18         by olra.theworths.org (Postfix) with ESMTP id 07DA3431FAE\r
19         for <notmuch@notmuchmail.org>; Tue, 27 Mar 2012 13:01:22 -0700 (PDT)\r
20 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
21         id D906B68055; Tue, 27 Mar 2012 23:01:19 +0300 (EEST)\r
22 From: Tomi Ollila <tomi.ollila@iki.fi>\r
23 To: Jani Nikula <jani@nikula.org>, notmuch@notmuchmail.org\r
24 Subject: Re: [PATCH v3 0/4] cli: notmuch tag/restore refactoring\r
25 In-Reply-To: <cover.1332795415.git.jani@nikula.org>\r
26 References: <cover.1332795415.git.jani@nikula.org>User-Agent:\r
27  Notmuch/0.12+70~gce7ecf1       (http://notmuchmail.org) Emacs/23.3.1\r
28  (x86_64-unknown-linux-gnu)\r
29 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
30         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
31         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
32 Date: Tue, 27 Mar 2012 23:01:19 +0300\r
33 Message-ID: <m28vilg6eo.fsf@guru.guru-group.fi>\r
34 MIME-Version: 1.0\r
35 Content-Type: text/plain; charset=us-ascii\r
36 X-BeenThere: notmuch@notmuchmail.org\r
37 X-Mailman-Version: 2.1.13\r
38 Precedence: list\r
39 List-Id: "Use and development of the notmuch mail system."\r
40         <notmuch.notmuchmail.org>\r
41 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
43 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
44 List-Post: <mailto:notmuch@notmuchmail.org>\r
45 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
46 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
48 X-List-Received-Date: Tue, 27 Mar 2012 20:01:25 -0000\r
49 \r
50 On Tue, Mar 27 2012, Jani Nikula <jani@nikula.org> wrote:\r
51 \r
52 > v3 of id:"cover.1332702915.git.jani@nikula.org" with the following\r
53 > mostly non-functional changes:\r
54 >\r
55 >  - add test for the current tagging behaviour in patch 1, and change the\r
56 >    test in patch 2 when the behaviour is changed\r
57 >  - handle the no tag changes case in _optimize_tag_query() in patch 2\r
58 >  - add braces around the "tag_ops[tag_ops_count].remove = (argv[i][0] == '-');"\r
59 >    assignment\r
60 >  - document the tag_query() function a bit in patch 3\r
61 >  - make tag_message() static in patch 4\r
62 \r
63 LGTM.\r
64 \r
65 >\r
66 > BR,\r
67 > Jani.\r
68 \r
69 Tomi\r
70 \r
71 >\r
72 >\r
73 > Jani Nikula (4):\r
74 >   test: add test for both adding and removing a tag at the same time\r
75 >   cli: refactor "notmuch tag" data structures for tagging operations\r
76 >   cli: refactor "notmuch tag" query tagging into a separate function\r
77 >   cli: refactor "notmuch restore" message tagging into a separate\r
78 >     function\r
79 >\r
80 >  notmuch-restore.c |  148 ++++++++++++++++++++++++---------------------\r
81 >  notmuch-tag.c     |  173 ++++++++++++++++++++++++++++-------------------------\r
82 >  test/tagging      |    8 +++\r
83 >  3 files changed, 178 insertions(+), 151 deletions(-)\r
84 >\r
85 > -- \r
86 > 1.7.5.4\r
87 >\r
88 > _______________________________________________\r
89 > notmuch mailing list\r
90 > notmuch@notmuchmail.org\r
91 > http://notmuchmail.org/mailman/listinfo/notmuch\r