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 E2DB4431FD4 for ; Mon, 16 Jan 2012 13:02:17 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.54 X-Spam-Level: X-Spam-Status: No, score=-0.54 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_BL_SPAMCOP_NET=1.246, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_SORBS_WEB=0.614] 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 r4DO34o00xYr for ; Mon, 16 Jan 2012 13:02:17 -0800 (PST) Received: from cliffclavin.cs.rpi.edu (cliffclavin.cs.rpi.edu [128.113.126.25]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 52CCC431FB6 for ; Mon, 16 Jan 2012 13:02:17 -0800 (PST) X-Hash: SCtCte|e08e50866decfda1239240431c0a18f5d18981df|35c444c6305e2a9d7d64314106fda8ad X-Countries: Cameroon, United States X-SMTP-From: accepted [195.24.209.20] [195.24.209.20] ([10.0.13.72]) {Cameroon} DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=cs.rpi.edu; h= message-id:date:from:mime-version:to:cc:subject:references :in-reply-to:content-type:content-transfer-encoding; s=default; i=glasse@cs.rpi.edu; t=1326747723; x=1327352523; l=348; bh=idRn k51RZYVtdVlh9vgiA53nS2E=; b=VvwVSzFUcvFRuxdE05/gr7JsEhVZSbhrrxRy 3eAstUJmqNF2xeoymV7OYxj2XONtXuqslb1OwCkFDcf0uvH6YWv4p6HShGBrJ/+H BohWD1CkTIdWUSyfGcvoOTZK8zI4tQqCLxu2oRApT3z0IMB5XLXawD3Mvdg/3/V5 E9PZS1o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=cs.rpi.edu; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; q=dns; s=default; b=k4U jMKo+fOqt0jamxttNr5KIKp0DICVUhZwBrq9eLBHn8RSyw9TAYEzrI+pjMWQZ0u+ TrN0Kmt+TQgPybpgjdqDP6S+X8Ozv+ldVeDGTHwzsBtPP2BqC5k3SsM//yj4IFEj kj/ewDt89JBqOtQVemZmduLzJkCL2CkzL4p+GioE= X-Spam-Info: -2.7; ALL_TRUSTED,AWL,BAYES_00 X-Spam-Scanned-By: cliffclavin.cs.rpi.edu using SpamAssassin 3.2.5 (hard limit 15) Authentication-Results: cliffclavin.cs.rpi.edu; DKIM=neutral (none) header.from=glasse@cs.rpi.edu; SPF=neutral (mfrom; Mechanism '?all' matched) smtp.mail=glasse@cs.rpi.edu X-Auth-Passed: cliffclavin.cs.rpi.edu:q0GL1nlr039934 Auth:glasse X-Virus-Scanned-By: cliffclavin.cs.rpi.edu Received: from [10.0.13.72] ([195.24.209.20]) (authenticated bits=0) by cliffclavin.cs.rpi.edu (8.14.3/8.14.3) with ESMTP id q0GL1nlr039934 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 16 Jan 2012 16:01:58 -0500 (EST) (envelope-from glasse@cs.rpi.edu) Message-ID: <4F149033.8050600@cs.rpi.edu> Date: Mon, 16 Jan 2012 16:01:39 -0500 From: Ethan Glasser-Camp User-Agent: Mozilla/5.0 (X11; Linux i686; rv:8.0) Gecko/20111124 Thunderbird/8.0 MIME-Version: 1.0 To: Xavier Maillard Subject: Re: [PATCH v2] Document external dependencies in the test suite References: <1326739967-23823-1-git-send-email-glasse@cs.rpi.edu> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.67 on 128.113.126.25 Cc: notmuch@notmuchmail.org, Xavier Maillard , Ethan Glasser-Camp 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: Mon, 16 Jan 2012 21:02:18 -0000 On 01/16/2012 04:09 PM, Xavier Maillard wrote: > Looks good but just a nit: what is the meaning of the '1' ? It's a manpage-like indication that these are standalone programs and not, say, libraries or system calls :) Not that I expect there to be library dependencies for just the test suite, I just followed Dmitry's suggestion. Ethan