From: David Bremner Date: Fri, 4 Sep 2015 11:28:14 +0000 (+2100) Subject: Re: [PATCH 07/10] lib: constify argument to notmuch_database_status_string X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8cf6404fecc0c4fbaaddb979a3fe67367778f02c;p=notmuch-archives.git Re: [PATCH 07/10] lib: constify argument to notmuch_database_status_string --- diff --git a/4f/32e0e8cea0020f69acc90dba280897d51dcd3e b/4f/32e0e8cea0020f69acc90dba280897d51dcd3e new file mode 100644 index 000000000..bbf1f0503 --- /dev/null +++ b/4f/32e0e8cea0020f69acc90dba280897d51dcd3e @@ -0,0 +1,56 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id DE3B96DE1B56 + for ; Fri, 4 Sep 2015 04:29:09 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.486 +X-Spam-Level: +X-Spam-Status: No, score=0.486 tagged_above=-999 required=5 tests=[AWL=-0.258, + URIBL_SBL=0.644, URIBL_SBL_A=0.1] autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id rZ3A11CCyG0F for ; + Fri, 4 Sep 2015 04:29:08 -0700 (PDT) +Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id 1E04A6DE1638 + for ; Fri, 4 Sep 2015 04:29:08 -0700 (PDT) +Received: from remotemail by gitolite.debian.net with local (Exim 4.80) + (envelope-from ) + id 1ZXpAZ-000260-Hs; Fri, 04 Sep 2015 11:28:35 +0000 +Received: (nullmailer pid 13269 invoked by uid 1000); Fri, 04 Sep 2015 + 11:28:14 -0000 +From: David Bremner +To: notmuch@notmuchmail.org +Subject: Re: [PATCH 07/10] lib: constify argument to + notmuch_database_status_string +In-Reply-To: <1433689323-7520-8-git-send-email-david@tethera.net> +References: <1433689323-7520-1-git-send-email-david@tethera.net> + <1433689323-7520-8-git-send-email-david@tethera.net> +User-Agent: Notmuch/0.20.2+60~gcb08a2e (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Fri, 04 Sep 2015 08:28:14 -0300 +Message-ID: <87r3mectkh.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.18 +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: Fri, 04 Sep 2015 11:29:10 -0000 + +David Bremner writes: + +> We don't modify the database struct, so no harm in committing to that. + +The next 4 patches in this series seemed trivial to me, so I pushed them