From: David Bremner Date: Mon, 10 Aug 2015 12:00:40 +0000 (+0200) Subject: Re: [PATCH] build: extract library versions from notmuch.h X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=27a8fb40eb38c0429c5ea8dcb3eb96cca21e5ed9;p=notmuch-archives.git Re: [PATCH] build: extract library versions from notmuch.h --- diff --git a/9c/18349b8fb93d73e8dc6bfcb30333f449a6f8b8 b/9c/18349b8fb93d73e8dc6bfcb30333f449a6f8b8 new file mode 100644 index 000000000..7554b5819 --- /dev/null +++ b/9c/18349b8fb93d73e8dc6bfcb30333f449a6f8b8 @@ -0,0 +1,58 @@ +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 DE2D76DE099D + for ; Mon, 10 Aug 2015 05:01:48 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.132 +X-Spam-Level: +X-Spam-Status: No, score=0.132 tagged_above=-999 required=5 tests=[AWL=0.132] + 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 2fjf71fXNhqz for ; + Mon, 10 Aug 2015 05:01:47 -0700 (PDT) +Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id 0D44A6DE0244 + for ; Mon, 10 Aug 2015 05:01:47 -0700 (PDT) +Received: from remotemail by gitolite.debian.net with local (Exim 4.80) + (envelope-from ) + id 1ZOll3-0002pD-I1; Mon, 10 Aug 2015 12:00:49 +0000 +Received: (nullmailer pid 6747 invoked by uid 1000); Mon, 10 Aug 2015 + 12:00:40 -0000 +From: David Bremner +To: Tomi Ollila , notmuch@notmuchmail.org +Subject: Re: [PATCH] build: extract library versions from notmuch.h +In-Reply-To: +References: <1439146577-16676-1-git-send-email-david@tethera.net> + +User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Mon, 10 Aug 2015 14:00:40 +0200 +Message-ID: <87k2t3l5ef.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: Mon, 10 Aug 2015 12:01:49 -0000 + +Tomi Ollila writes: +> +> Good idea. see below for 2 things. + +Thanks for the review. I pushed with your changes, plus deleting created +files on the non-error path. + +d