Re: [PATCH v4 09/16] index encrypted parts when asked.
[notmuch-archives.git] / a4 / 29ca087c65f1bb1a858d74332d9a9cc6ea607a
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 2D2C4431FB6\r
6         for <notmuch@notmuchmail.org>; Sat, 19 Jan 2013 09:29:30 -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: 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 Wcc3o4j4JejV for <notmuch@notmuchmail.org>;\r
16         Sat, 19 Jan 2013 09:29:29 -0800 (PST)\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 785A2431FAF\r
19         for <notmuch@notmuchmail.org>; Sat, 19 Jan 2013 09:29:29 -0800 (PST)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21         by guru.guru-group.fi (Postfix) with ESMTP id 8209E100044;\r
22         Sat, 19 Jan 2013 19:29:18 +0200 (EET)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: david@tethera.net, notmuch@notmuchmail.org\r
25 Subject: Re: [PATCH] notmuch-tag: initialize with enum instead of 0.\r
26 In-Reply-To: <1358601464-13606-1-git-send-email-david@tethera.net>\r
27 References: <m2txqphddd.fsf@guru.guru-group.fi>\r
28         <1358601464-13606-1-git-send-email-david@tethera.net>\r
29 User-Agent: Notmuch/0.14+260~gd7a61d6 (http://notmuchmail.org) Emacs/24.2.1\r
30         (x86_64-unknown-linux-gnu)\r
31 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
32         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
33         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
34 Date: Sat, 19 Jan 2013 19:29:18 +0200\r
35 Message-ID: <m2fw1x84k1.fsf@guru.guru-group.fi>\r
36 MIME-Version: 1.0\r
37 Content-Type: text/plain\r
38 Cc: David Bremner <bremner@debian.org>\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: Sat, 19 Jan 2013 17:29:30 -0000\r
52 \r
53 On Sat, Jan 19 2013, david@tethera.net wrote:\r
54 \r
55 > From: David Bremner <bremner@debian.org>\r
56 >\r
57 > This is just a cosmetic fix to make the "type" of ret more clear.\r
58 > ---\r
59 >  notmuch-tag.c |    2 +-\r
60 >  1 file changed, 1 insertion(+), 1 deletion(-)\r
61 >\r
62 > diff --git a/notmuch-tag.c b/notmuch-tag.c\r
63 > index b54c55d..d9daf8f 100644\r
64 > --- a/notmuch-tag.c\r
65 > +++ b/notmuch-tag.c\r
66 > @@ -97,7 +97,7 @@ tag_query (void *ctx, notmuch_database_t *notmuch, const char *query_string,\r
67 >      notmuch_query_t *query;\r
68 >      notmuch_messages_t *messages;\r
69 >      notmuch_message_t *message;\r
70 > -    int ret = 0;\r
71 > +    int ret = NOTMUCH_STATUS_SUCCESS;\r
72 \r
73 LGTM.\r
74 \r
75 Tomi\r