From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id D77DB6DE099D for ; Mon, 10 Aug 2015 14:00:31 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.131 X-Spam-Level: X-Spam-Status: No, score=0.131 tagged_above=-999 required=5 tests=[AWL=0.131] 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 70he3vhi41Oc for ; Mon, 10 Aug 2015 14:00:30 -0700 (PDT) Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224]) by arlo.cworth.org (Postfix) with ESMTPS id D7E356DE02D6 for ; Mon, 10 Aug 2015 14:00:28 -0700 (PDT) Received: from remotemail by gitolite.debian.net with local (Exim 4.80) (envelope-from ) id 1ZOu9i-0004Jw-Vn; Mon, 10 Aug 2015 20:58:50 +0000 Received: (nullmailer pid 21371 invoked by uid 1000); Mon, 10 Aug 2015 19:43:21 -0000 From: David Bremner To: Jani Nikula , notmuch@notmuchmail.org Subject: Re: [PATCH] configure: clean up messages around reading libnotmuch version In-Reply-To: <1439210356-5973-1-git-send-email-jani.nikula@intel.com> References: <1439210356-5973-1-git-send-email-jani.nikula@intel.com> User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Date: Mon, 10 Aug 2015 21:43:21 +0200 Message-ID: <87h9o7c4km.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 21:00:31 -0000 Jani Nikula writes: > From: Jani Nikula > > Clean up punctuation for consistency, and add newline for clean > configure output. pushed, with thanks, d