Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 0DD4C429E28 for ; Sat, 16 Jul 2011 11:06:45 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rqTm+zvKoSrU for ; Sat, 16 Jul 2011 11:06:44 -0700 (PDT) Received: from mail-pz0-f53.google.com (mail-pz0-f53.google.com [209.85.210.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 8235D431FB6 for ; Sat, 16 Jul 2011 11:06:44 -0700 (PDT) Received: by pzk6 with SMTP id 6so3871491pzk.40 for ; Sat, 16 Jul 2011 11:06:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=7eaghB/xHfj4P9MwSWGSTtX3rcXgQKoHQpl0EtfXs/M=; b=waI8xj6NRlgGdFwFNatiIyDYzFx06DXUYOupYXgU5gBUF9NqCN4bZpw96Z7Mxv0L+7 TNa+wptxBi8z7z5l2X28W1KOTfN+BwL43ZeSZcV9dVX52Vs8hnzOZt8wW2B0Z4s5vvU/ SB8nvh1fS89qQgMgbSRLglEBhnPhJDRy8U7yM= MIME-Version: 1.0 Received: by 10.68.14.234 with SMTP id s10mr5231733pbc.12.1310839603379; Sat, 16 Jul 2011 11:06:43 -0700 (PDT) Received: by 10.68.41.129 with HTTP; Sat, 16 Jul 2011 11:06:43 -0700 (PDT) In-Reply-To: <1310479190-6973-2-git-send-email-l.rilling@av7.net> References: <1310479190-6973-1-git-send-email-l.rilling@av7.net> <1310479190-6973-2-git-send-email-l.rilling@av7.net> Date: Sat, 16 Jul 2011 21:06:43 +0300 Message-ID: Subject: Re: [PATCH 1/3] lib: Kill last usage of C++ type bool From: Felipe Contreras To: Louis Rilling Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: Austin Clements , notmuch@notmuchmail.org X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jul 2011 18:06:45 -0000 On Tue, Jul 12, 2011 at 4:59 PM, Louis Rilling wrote: > Signed-off-by: Louis Rilling > --- > =C2=A0lib/message.cc | =C2=A0 12 ++++++------ > =C2=A01 files changed, 6 insertions(+), 6 deletions(-) > > diff --git a/lib/message.cc b/lib/message.cc > index d993cde..cf651e5 100644 > --- a/lib/message.cc > +++ b/lib/message.cc > @@ -49,16 +49,16 @@ struct visible _notmuch_message { > =C2=A0struct maildir_flag_tag { > =C2=A0 =C2=A0 char flag; > =C2=A0 =C2=A0 const char *tag; > - =C2=A0 =C2=A0bool inverse; > + =C2=A0 =C2=A0notmuch_bool_t inverse; That's not C++, that's C99. --=20 Felipe Contreras