Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 22 / c3ab6ef2f8936624613aa4798219b8ed1e8356
1 Return-Path: <tomi.ollila@nixu.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 E1CD7429E21\r
6         for <notmuch@notmuchmail.org>; Mon, 21 Nov 2011 07:18:06 -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\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 VjPW3omv+Ijp for <notmuch@notmuchmail.org>;\r
16         Mon, 21 Nov 2011 07:18:03 -0800 (PST)\r
17 Received: from taco2.nixu.fi (taco2.nixu.fi [194.197.118.31])\r
18         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id C5A2E431FD0\r
21         for <notmuch@notmuchmail.org>; Mon, 21 Nov 2011 07:18:02 -0800 (PST)\r
22 Received: from taco2.nixu.fi (taco2.nixu.fi [194.197.118.31])\r
23         by taco2.nixu.fi (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id\r
24         pALFI0ox030876\r
25         for <notmuch@notmuchmail.org>; Mon, 21 Nov 2011 17:18:00 +0200\r
26 From: Tomi Ollila <tomi.ollila@iki.fi>\r
27 To: <notmuch@notmuchmail.org>\r
28 Subject: [PATCH] debian/control: require dtach version >= 0.8 in Build-Depends\r
29 User-Agent: Notmuch/0.10~rc1+16~gc832dad (http://notmuchmail.org) Emacs/23.3.1\r
30         (i686-pc-linux-gnu)\r
31 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
32         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
33         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
34 Date: Mon, 21 Nov 2011 17:18:00 +0200\r
35 Message-ID: <yf6ehx18pxz.fsf@taco2.nixu.fi>\r
36 MIME-Version: 1.0\r
37 Content-Type: text/plain; charset=us-ascii\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.13\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42         <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Mon, 21 Nov 2011 15:18:07 -0000\r
51 \r
52 Since version 0.8 of dtach -n does no longer require controlling\r
53 tty to be present when executed. Currently controlling tty is not\r
54 always (if ever) present when tests are executed.\r
55 ---\r
56  debian/control |    2 +-\r
57  1 files changed, 1 insertions(+), 1 deletions(-)\r
58 \r
59 diff --git a/debian/control b/debian/control\r
60 index 3252f32..f6f415e 100644\r
61 --- a/debian/control\r
62 +++ b/debian/control\r
63 @@ -16,7 +16,7 @@ Build-Depends:\r
64   python-all (>= 2.6.6-3~),\r
65   emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~),\r
66   gdb,\r
67 - dtach\r
68 + dtach (>= 0.8)\r
69  Standards-Version: 3.9.2\r
70  Homepage: http://notmuchmail.org/\r
71  Vcs-Git: git://notmuchmail.org/git/notmuch\r
72 -- \r
73 1.7.7.3\r