Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / b0 / a07f4b107870d7d680a2646fbb434b3f0d8e59
1 Return-Path: <dkg@fifthhorseman.net>\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 arlo.cworth.org (Postfix) with ESMTP id 769E96DE0AC2\r
6  for <notmuch@notmuchmail.org>; Sun, 24 Jan 2016 08:03:25 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.094\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.094 tagged_above=-999 required=5\r
12  tests=[AWL=-0.094] autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id trri_zIQ6VzL for <notmuch@notmuchmail.org>;\r
16  Sun, 24 Jan 2016 08:03:23 -0800 (PST)\r
17 Received: from che.mayfirst.org (che.mayfirst.org [209.234.253.108])\r
18  by arlo.cworth.org (Postfix) with ESMTP id A687C6DE02DA\r
19  for <notmuch@notmuchmail.org>; Sun, 24 Jan 2016 08:03:23 -0800 (PST)\r
20 Received: from fifthhorseman.net (h-67-101-29-155.nycm.ny.dynamic.megapath.net\r
21  [67.101.29.155])\r
22  by che.mayfirst.org (Postfix) with ESMTPSA id 47713F991;\r
23  Sun, 24 Jan 2016 11:03:21 -0500 (EST)\r
24 Received: by fifthhorseman.net (Postfix, from userid 1000)\r
25  id 3EED320152; Sun, 24 Jan 2016 11:03:22 -0500 (EST)\r
26 From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>\r
27 To: Tomi Ollila <tomi.ollila@iki.fi>, Notmuch Mail <notmuch@notmuchmail.org>\r
28 Subject: Re: [PATCH v2 06/16] Prefer gpg2 in the test suite if available\r
29 In-Reply-To: <m2r3h757a1.fsf@guru.guru-group.fi>\r
30 References: <1453258369-7366-1-git-send-email-dkg@fifthhorseman.net>\r
31  <1453258369-7366-7-git-send-email-dkg@fifthhorseman.net>\r
32  <m2r3h757a1.fsf@guru.guru-group.fi>\r
33 User-Agent: Notmuch/0.21+67~g41ad7ff (http://notmuchmail.org) Emacs/24.5.1\r
34  (x86_64-pc-linux-gnu)\r
35 Date: Sun, 24 Jan 2016 11:03:22 -0500\r
36 Message-ID: <877fiz7ynp.fsf@alice.fifthhorseman.net>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.20\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43  <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
45  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
50  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Sun, 24 Jan 2016 16:03:25 -0000\r
52 \r
53 On Sun 2016-01-24 10:25:26 -0500, Tomi Ollila wrote:\r
54 > On Wed, Jan 20 2016, Daniel Kahn Gillmor <dkg@fifthhorseman.net> wrote:\r
55 >> --- a/test/test-lib.sh\r
56 >> +++ b/test/test-lib.sh\r
57 >> @@ -85,6 +85,13 @@ unset GREP_OPTIONS\r
58 >>  # For emacsclient\r
59 >>  unset ALTERNATE_EDITOR\r
60 >>  \r
61 >> +# choose the preferred GnuPG binary:\r
62 >> +if hash gpg2 2> /dev/null; then\r
63 >\r
64 > For consistency, instead of hash ... 2>/dev/null, use command -v >/dev/null\r
65 \r
66 gotcha, i found several other instances of "command -v $whatever >\r
67 /dev/null" in the codebase already, so i'll stick with that.  updated in\r
68 my local copy now.\r
69 \r
70    --dkg\r