[PATCH 3/4] compact: Provide user with more error feedback
[notmuch-archives.git] / 7e / ff8e80ad755bc736378e32a77320d456d81b44
1 Return-Path: <jani@nikula.org>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 3C3E5429E3B\r
6         for <notmuch@notmuchmail.org>; Mon, 16 Jan 2012 13:17:09 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id C2JnazPHtOEX for <notmuch@notmuchmail.org>;\r
16         Mon, 16 Jan 2012 13:17:08 -0800 (PST)\r
17 Received: from mail-ey0-f181.google.com (mail-ey0-f181.google.com\r
18         [209.85.215.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 8E327429E35\r
21         for <notmuch@notmuchmail.org>; Mon, 16 Jan 2012 13:17:08 -0800 (PST)\r
22 Received: by eaah10 with SMTP id h10so1635711eaa.26\r
23         for <notmuch@notmuchmail.org>; Mon, 16 Jan 2012 13:17:07 -0800 (PST)\r
24 Received: by 10.213.11.12 with SMTP id r12mr3382653ebr.87.1326748627274;\r
25         Mon, 16 Jan 2012 13:17:07 -0800 (PST)\r
26 Received: from localhost (dsl-hkibrasgw4-fe5cdc00-23.dhcp.inet.fi.\r
27         [80.220.92.23])\r
28         by mx.google.com with ESMTPS id y12sm77014685eeb.11.2012.01.16.13.17.05\r
29         (version=SSLv3 cipher=OTHER); Mon, 16 Jan 2012 13:17:06 -0800 (PST)\r
30 From: Jani Nikula <jani@nikula.org>\r
31 To: Xavier Maillard <xma@gnu.org>, Ethan Glasser-Camp <glasse@cs.rpi.edu>,\r
32         notmuch@notmuchmail.org\r
33 Subject: Re: [PATCH v2] Document external dependencies in the test suite\r
34 In-Reply-To: <m2y5t74an0.fsf@kcals.intra.maillard.im>\r
35 References: <1326739967-23823-1-git-send-email-glasse@cs.rpi.edu>\r
36         <m2y5t74an0.fsf@kcals.intra.maillard.im>\r
37 User-Agent: Notmuch/0.11+76~g1de742d (http://notmuchmail.org) Emacs/23.3.1\r
38         (i686-pc-linux-gnu)\r
39 Date: Mon, 16 Jan 2012 23:17:03 +0200\r
40 Message-ID: <87boq3l54g.fsf@nikula.org>\r
41 MIME-Version: 1.0\r
42 Content-Type: text/plain; charset=us-ascii\r
43 Cc: Ethan Glasser-Camp <ethan@betacantrips.com>\r
44 X-BeenThere: notmuch@notmuchmail.org\r
45 X-Mailman-Version: 2.1.13\r
46 Precedence: list\r
47 List-Id: "Use and development of the notmuch mail system."\r
48         <notmuch.notmuchmail.org>\r
49 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
51 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
52 List-Post: <mailto:notmuch@notmuchmail.org>\r
53 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
54 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
56 X-List-Received-Date: Mon, 16 Jan 2012 21:17:09 -0000\r
57 \r
58 On Mon, 16 Jan 2012 22:09:55 +0100, Xavier Maillard <xavier@maillard.im> wrote:\r
59 > Hi,\r
60\r
61 > On Mon, 16 Jan 2012 13:52:47 -0500, Ethan Glasser-Camp <glasse@cs.rpi.edu> wrote:\r
62\r
63 > [...]\r
64\r
65 > > +Prerequisites\r
66 > > +-------------\r
67 > > +Some tests require external dependencies to run. Without them, they\r
68 > > +will be skipped, or (rarely) marked failed. Please install these, so\r
69 > > +that you know if you break anything.\r
70 > > +\r
71 > > +  - dtach(1)\r
72 > > +  - emacs(1)\r
73 > > +  - emacsclient(1)\r
74 > > +  - gdb(1)\r
75 > > +  - gpg(1)\r
76 > > +  - python(1)\r
77\r
78 > Looks good but just a nit: what is the meaning of the '1' ?\r
79 \r
80 It's the man page section. See 'man man'.\r
81 \r
82 HTH,\r
83 Jani.\r