Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / c3 / 5f413f13b2db86376dd57be217574325e07610
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 1B29E431FD0\r
6         for <notmuch@notmuchmail.org>; Wed, 20 Jul 2011 10:07:28 -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.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 EFce6konoSQd for <notmuch@notmuchmail.org>;\r
16         Wed, 20 Jul 2011 10:07:26 -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 46B95431FB6\r
21         for <notmuch@notmuchmail.org>; Wed, 20 Jul 2011 10:07:26 -0700 (PDT)\r
22 Received: from convex-new.cs.unb.ca ([131.202.13.41])\r
23         by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id p6KH7Oer006782;\r
24         Wed, 20 Jul 2011 14:07:24 -0300\r
25 Received: from bremner by convex-new.cs.unb.ca with local (Exim 4.72)\r
26         (envelope-from <bremner@unb.ca>)\r
27         id 1QjaF2-0004Zj-Hk; Wed, 20 Jul 2011 14:07:24 -0300\r
28 From: David Bremner <david@tethera.net>\r
29 To: Thomas Jost <schnouki@schnouki.net>, notmuch@notmuchmail.org\r
30 Subject: Re: [PATCH] libnotmuch: only build symbols list after the modules are\r
31         built\r
32 In-Reply-To: <1311165498-12519-1-git-send-email-schnouki@schnouki.net>\r
33 References: <1311165498-12519-1-git-send-email-schnouki@schnouki.net>\r
34 User-Agent: Notmuch/0.6db1 (http://notmuchmail.org) Emacs/23.3.1\r
35         (x86_64-pc-linux-gnu)\r
36 Date: Wed, 20 Jul 2011 14:07:24 -0300\r
37 Message-ID: <87aac8ev8z.fsf@convex-new.cs.unb.ca>\r
38 MIME-Version: 1.0\r
39 Content-Type: text/plain; charset=us-ascii\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.13\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44         <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Wed, 20 Jul 2011 17:07:28 -0000\r
53 \r
54 On Wed, 20 Jul 2011 14:38:18 +0200, Thomas Jost <schnouki@schnouki.net> wrote:\r
55 > If the notmuch.sym target does not explicitly depend on $(libnotmuch_modules),\r
56 > gen-version-script.sh may be run before all the .o files are created. This can\r
57 > be observed when doing a parallel build on a machine with many cores:\r
58 >   $ make -j\r
59 >   ...\r
60 >   sh lib/gen-version-script.sh lib/notmuch.h lib/filenames.o lib/string-list.o\r
61 >   lib/libsha1.o lib/message-file.o lib/messages.o lib/sha1.o lib/tags.o\r
62 >   lib/xutil.o lib/database.o lib/directory.o lib/index.o lib/message.o\r
63 \r
64 Hi Thomas;\r
65 \r
66 Your patch looks sensible.  If you could shorten up the commit message a\r
67 bit, probably by putting the make output after '---' and adjusting the\r
68 rest of the text, I'll be happy to push it.\r
69 \r
70 d\r