Re: [PATCH 1/3] lib: Kill last usage of C++ type bool
authorFelipe Contreras <felipe.contreras@gmail.com>
Sat, 16 Jul 2011 18:06:43 +0000 (21:06 +0300)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:39:08 +0000 (09:39 -0800)
55/26f6872ee7842e9ce5873650eb4d35ebdb7e09 [new file with mode: 0644]

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