Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 6b / 51394d0d16dab270731d6f62868bd820b2528e
1 Return-Path: <Vladimir.Marek@oracle.com>\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 3A162416468\r
6         for <notmuch@notmuchmail.org>; Mon,  9 Apr 2012 03:18:45 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -2.299\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.299 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3, UNPARSEABLE_RELAY=0.001]\r
13         autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id renXsOKwcSQI for <notmuch@notmuchmail.org>;\r
17         Mon,  9 Apr 2012 03:18:44 -0700 (PDT)\r
18 Received: from rcsinet14.oracle.com (rcsinet14.oracle.com [148.87.113.126])\r
19         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 8267D416467\r
22         for <notmuch@notmuchmail.org>; Mon,  9 Apr 2012 03:18:44 -0700 (PDT)\r
23 Received: from rcsinet15.oracle.com (rcsinet15.oracle.com [148.87.113.117])\r
24         by rcsinet14.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with\r
25         ESMTP id q39AGbkK026350\r
26         (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK)\r
27         for <notmuch@notmuchmail.org>; Mon, 9 Apr 2012 10:16:37 GMT\r
28 Received: from ucsinet21.oracle.com (ucsinet21.oracle.com [156.151.31.93])\r
29         by rcsinet15.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with\r
30         ESMTP id q39AIgXg010127\r
31         (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK);\r
32         Mon, 9 Apr 2012 10:18:42 GMT\r
33 Received: from acsmt357.oracle.com (acsmt357.oracle.com [141.146.40.157])\r
34         by ucsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id\r
35         q39AIdw1015654\r
36         (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);\r
37         Mon, 9 Apr 2012 10:18:41 GMT\r
38 Received: from abhmt120.oracle.com (abhmt120.oracle.com [141.146.116.72])\r
39         by acsmt357.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id\r
40         q39AIdrq003292; Mon, 9 Apr 2012 05:18:39 -0500\r
41 Received: from pub.czech.sun.com (/10.163.20.32)\r
42         by default (Oracle Beehive Gateway v4.0)\r
43         with ESMTP ; Mon, 09 Apr 2012 03:18:39 -0700\r
44 From: Vladimir.Marek@oracle.com\r
45 To: notmuch@notmuchmail.org\r
46 Subject: [PATCH 1/4] Make configure use /bin/bash instead of /bin/sh\r
47 Date: Mon,  9 Apr 2012 12:17:42 +0200\r
48 Message-Id: <1333966665-10469-2-git-send-email-Vladimir.Marek@oracle.com>\r
49 X-Mailer: git-send-email 1.7.3.2\r
50 In-Reply-To: <1333966665-10469-1-git-send-email-Vladimir.Marek@oracle.com>\r
51 References: <1333966665-10469-1-git-send-email-Vladimir.Marek@oracle.com>\r
52 X-Source-IP: ucsinet21.oracle.com [156.151.31.93]\r
53 X-CT-RefId: str=0001.0A090201.4F82B782.00C1,ss=1,re=0.000,fgs=0\r
54 Cc: Vladimir Marek <vlmarek@volny.cz>\r
55 X-BeenThere: notmuch@notmuchmail.org\r
56 X-Mailman-Version: 2.1.13\r
57 Precedence: list\r
58 List-Id: "Use and development of the notmuch mail system."\r
59         <notmuch.notmuchmail.org>\r
60 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
62 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
63 List-Post: <mailto:notmuch@notmuchmail.org>\r
64 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
65 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
66         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
67 X-List-Received-Date: Mon, 09 Apr 2012 10:18:45 -0000\r
68 \r
69 From: Vladimir Marek <vlmarek@volny.cz>\r
70 \r
71 Posix /bin/sh is not capable of running this configure and fails.\r
72 \r
73 Signed-off-by: Vladimir Marek <vlmarek@volny.cz>\r
74 ---\r
75  configure |    2 +-\r
76  1 files changed, 1 insertions(+), 1 deletions(-)\r
77 \r
78 diff --git a/configure b/configure\r
79 index 71981b7..6870341 100755\r
80 --- a/configure\r
81 +++ b/configure\r
82 @@ -1,4 +1,4 @@\r
83 -#! /bin/sh\r
84 +#! /bin/bash\r
85  \r
86  # Store original IFS value so it can be changed (and restored) in many places.\r
87  readonly DEFAULT_IFS=$IFS\r
88 -- \r
89 1.7.3.2\r
90 \r