Re: [PATCH v4 13/16] add indexopts to notmuch python bindings.
[notmuch-archives.git] / 55 / 26f6872ee7842e9ce5873650eb4d35ebdb7e09
1 Return-Path: <felipe.contreras@gmail.com>\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 0DD4C429E28\r
6         for <notmuch@notmuchmail.org>; Sat, 16 Jul 2011 11:06:45 -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.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id rqTm+zvKoSrU for <notmuch@notmuchmail.org>;\r
17         Sat, 16 Jul 2011 11:06:44 -0700 (PDT)\r
18 Received: from mail-pz0-f53.google.com (mail-pz0-f53.google.com\r
19         [209.85.210.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 8235D431FB6\r
22         for <notmuch@notmuchmail.org>; Sat, 16 Jul 2011 11:06:44 -0700 (PDT)\r
23 Received: by pzk6 with SMTP id 6so3871491pzk.40\r
24         for <notmuch@notmuchmail.org>; Sat, 16 Jul 2011 11:06:43 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
26         h=mime-version:in-reply-to:references:date:message-id:subject:from:to\r
27         :cc:content-type:content-transfer-encoding;\r
28         bh=7eaghB/xHfj4P9MwSWGSTtX3rcXgQKoHQpl0EtfXs/M=;\r
29         b=waI8xj6NRlgGdFwFNatiIyDYzFx06DXUYOupYXgU5gBUF9NqCN4bZpw96Z7Mxv0L+7\r
30         TNa+wptxBi8z7z5l2X28W1KOTfN+BwL43ZeSZcV9dVX52Vs8hnzOZt8wW2B0Z4s5vvU/\r
31         SB8nvh1fS89qQgMgbSRLglEBhnPhJDRy8U7yM=\r
32 MIME-Version: 1.0\r
33 Received: by 10.68.14.234 with SMTP id s10mr5231733pbc.12.1310839603379; Sat,\r
34         16 Jul 2011 11:06:43 -0700 (PDT)\r
35 Received: by 10.68.41.129 with HTTP; Sat, 16 Jul 2011 11:06:43 -0700 (PDT)\r
36 In-Reply-To: <1310479190-6973-2-git-send-email-l.rilling@av7.net>\r
37 References: <1310479190-6973-1-git-send-email-l.rilling@av7.net>\r
38         <1310479190-6973-2-git-send-email-l.rilling@av7.net>\r
39 Date: Sat, 16 Jul 2011 21:06:43 +0300\r
40 Message-ID:\r
41  <CAMP44s3abtAJ94u6DxNtt9TJHCXxEjoFH5SCG9PEGcPbowUjxg@mail.gmail.com>\r
42 Subject: Re: [PATCH 1/3] lib: Kill last usage of C++ type bool\r
43 From: Felipe Contreras <felipe.contreras@gmail.com>\r
44 To: Louis Rilling <l.rilling@av7.net>\r
45 Content-Type: text/plain; charset=UTF-8\r
46 Content-Transfer-Encoding: quoted-printable\r
47 Cc: Austin Clements <amdragon@mit.edu>, notmuch@notmuchmail.org\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, 16 Jul 2011 18:06:45 -0000\r
61 \r
62 On Tue, Jul 12, 2011 at 4:59 PM, Louis Rilling <l.rilling@av7.net> wrote:\r
63 > Signed-off-by: Louis Rilling <l.rilling@av7.net>\r
64 > ---\r
65 > =C2=A0lib/message.cc | =C2=A0 12 ++++++------\r
66 > =C2=A01 files changed, 6 insertions(+), 6 deletions(-)\r
67 >\r
68 > diff --git a/lib/message.cc b/lib/message.cc\r
69 > index d993cde..cf651e5 100644\r
70 > --- a/lib/message.cc\r
71 > +++ b/lib/message.cc\r
72 > @@ -49,16 +49,16 @@ struct visible _notmuch_message {\r
73 > =C2=A0struct maildir_flag_tag {\r
74 > =C2=A0 =C2=A0 char flag;\r
75 > =C2=A0 =C2=A0 const char *tag;\r
76 > - =C2=A0 =C2=A0bool inverse;\r
77 > + =C2=A0 =C2=A0notmuch_bool_t inverse;\r
78 \r
79 That's not C++, that's C99.\r
80 \r
81 --=20\r
82 Felipe Contreras\r