Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 64 / bc3f2392a571d5bc6eb66a0073b3b0a34973bc
1 Return-Path: <bremner@unb.ca>\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 C28CA40DAC2\r
6         for <notmuch@notmuchmail.org>; Wed,  3 Nov 2010 10:29:35 -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.6\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.6 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7] autolearn=ham\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 fcCRtSu+66fY for <notmuch@notmuchmail.org>;\r
16         Wed,  3 Nov 2010 10:29:25 -0700 (PDT)\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 A09EB4196F0\r
21         for <notmuch@notmuchmail.org>; Wed,  3 Nov 2010 10:29:25 -0700 (PDT)\r
22 Received: from rocinante.cs.unb.ca\r
23         (fctnnbsc30w-142167176217.pppoe-dynamic.High-Speed.nb.bellaliant.net\r
24         [142.167.176.217]) (authenticated bits=0)\r
25         by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id oA3HTN1Z016638\r
26         (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO);\r
27         Wed, 3 Nov 2010 14:29:23 -0300\r
28 Received: from bremner by rocinante.cs.unb.ca with local (Exim 4.72)\r
29         (envelope-from <bremner@unb.ca>)\r
30         id 1PDh9G-0001Uo-UX; Wed, 03 Nov 2010 14:29:22 -0300\r
31 From: David Bremner <david@tethera.net>\r
32 To: notmuch@notmuchmail.org\r
33 Subject: Re: [PATCH 3/4] Add rules to build notmuch.1 and notmuch-help.h from\r
34         the pod file.\r
35 In-Reply-To: <1288804736-5173-4-git-send-email-david@tethera.net>\r
36 References: <874oc4r4bu.fsf@yoom.home.cworth.org>\r
37         <1288804736-5173-4-git-send-email-david@tethera.net>\r
38 User-Agent: Notmuch/0.3.1-59-g676d251 (http://notmuchmail.org) Emacs/23.2.1\r
39         (x86_64-pc-linux-gnu)\r
40 Date: Wed, 03 Nov 2010 14:29:22 -0300\r
41 Message-ID: <87mxpq48p9.fsf@rocinante.cs.unb.ca>\r
42 MIME-Version: 1.0\r
43 Content-Type: text/plain; charset=us-ascii\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: Wed, 03 Nov 2010 17:29:35 -0000\r
57 \r
58 On Wed,  3 Nov 2010 14:18:55 -0300, david@tethera.net wrote:\r
59 > +notmuch_help_files= \\r
60 > +     notmuch-setup-help.h    \\r
61 > +     notmuch-new-help.h      \\r
62 > +     notmuch-show-help.h     \\r
63 > +     notmuch-search-help.h   \\r
64 > +     notmuch-count-help.h    \\r
65 > +     notmuch-reply-help.h    \\r
66 > +     notmuch-tag-help.h      \\r
67 > +     notmuch-dump-help.h     \\r
68 > +     notmuch-restore-help.h  \\r
69 > +     notmuch-part-help.h\r
70 > +\r
71 \r
72 Oops. This bit is leftover from when I tried to do everything in the\r
73 Makefile. It is not needed now.\r
74 \r
75 Also I'm sad that deleting a file made a 600 line diff, sorry about\r
76 that. Maybe there is  some option to tell it that the patch will be\r
77 applied by  git. I didn't see it right away.\r
78 \r
79 d\r