Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 73 / 973c921cd3f42774cc1a837f2991eced5a60de
1 Return-Path: <bremner@tethera.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 olra.theworths.org (Postfix) with ESMTP id 4A448429E25\r
6         for <notmuch@notmuchmail.org>; Wed,  7 Dec 2011 18:13:16 -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: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] 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 WeglX5MVcQH8 for <notmuch@notmuchmail.org>;\r
16         Wed,  7 Dec 2011 18:13:15 -0800 (PST)\r
17 Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21])\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 9F6AF431FD0\r
21         for <notmuch@notmuchmail.org>; Wed,  7 Dec 2011 18:13:15 -0800 (PST)\r
22 Received: from zancas.localnet\r
23         (fctnnbsc36w-156034079193.pppoe-dynamic.High-Speed.nb.bellaliant.net\r
24         [156.34.79.193]) (authenticated bits=0)\r
25         by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id pB82DB3I006864\r
26         (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO);\r
27         Wed, 7 Dec 2011 22:13:12 -0400\r
28 Received: from bremner by zancas.localnet with local (Exim 4.77)\r
29         (envelope-from <bremner@tethera.net>)\r
30         id 1RYTTz-0005cU-44; Wed, 07 Dec 2011 22:13:11 -0400\r
31 From: David Bremner <david@tethera.net>\r
32 To: notmuch@notmuchmail.org\r
33 Subject: [PATCH] debian: add a recommends for w3m-el or w3m-el-snapshot to\r
34         notmuch-emacs\r
35 Date: Wed,  7 Dec 2011 22:13:06 -0400\r
36 Message-Id: <1323310386-21573-1-git-send-email-david@tethera.net>\r
37 X-Mailer: git-send-email 1.7.7.3\r
38 Cc: David Bremner <bremner@debian.org>\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\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: <http://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: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Thu, 08 Dec 2011 02:13:16 -0000\r
52 \r
53 From: David Bremner <bremner@debian.org>\r
54 \r
55 Installing w3m-el provides a nicer out of the box experience for\r
56 viewing html in notmuch, and the overhead is not too bad (about 5M\r
57 diskspace).\r
58 ---\r
59  debian/control |    1 +\r
60  1 files changed, 1 insertions(+), 0 deletions(-)\r
61 \r
62 diff --git a/debian/control b/debian/control\r
63 index f6f415e..369ef07 100644\r
64 --- a/debian/control\r
65 +++ b/debian/control\r
66 @@ -81,6 +81,7 @@ Breaks: notmuch (<<0.6~254~)\r
67  Replaces: notmuch (<<0.6~254~)\r
68  Depends: ${misc:Depends}, notmuch (>= ${source:Version}),\r
69   emacs23 (>= 23~) | emacs23-nox (>=23~) | emacs23-lucid (>=23~)\r
70 +Recommends: w3m-el | w3m-snapshot\r
71  Description: thread-based email index, search and tagging (emacs interface)\r
72   Notmuch is a system for indexing, searching, reading, and tagging\r
73   large collections of email messages in maildir or mh format. It uses\r
74 -- \r
75 1.7.7.3\r
76 \r