[PATCH 0/3] nmbug-status: add support for querying the search views
[notmuch-archives.git] / b2 / cb8815c6f086372801626e945fb1d0fe6c8555
1 Return-Path: <prvs=jrosenthal=72618203d@jhu.edu>\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 BF9394196F0\r
6         for <notmuch@notmuchmail.org>; Tue, 27 Apr 2010 09:44:47 -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: -4.2\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-4.2 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3] 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 wnFHnXfla2MX for <notmuch@notmuchmail.org>;\r
16         Tue, 27 Apr 2010 09:44:47 -0700 (PDT)\r
17 Received: from ipex3.johnshopkins.edu (ipex3.johnshopkins.edu\r
18         [128.220.161.140])\r
19         by olra.theworths.org (Postfix) with ESMTP id 2B798431FC1\r
20         for <notmuch@notmuchmail.org>; Tue, 27 Apr 2010 09:44:47 -0700 (PDT)\r
21 X-IronPort-AV: E=Sophos;i="4.52,282,1270440000"; d="scan'208";a="380302891"\r
22 Received: from c-69-255-36-229.hsd1.md.comcast.net (HELO lucky)\r
23         ([69.255.36.229])\r
24         by ipex3.johnshopkins.edu with ESMTP/TLS/AES256-SHA;\r
25         27 Apr 2010 12:44:46 -0400\r
26 Received: from jkr by lucky with local (Exim 4.69)\r
27         (envelope-from <jrosenthal@jhu.edu>)\r
28         id 1O6ntt-0002Wn-7e; Tue, 27 Apr 2010 12:44:45 -0400\r
29 From: Jesse Rosenthal <jrosenthal@jhu.edu>\r
30 To: Notmuch developer list <notmuch@notmuchmail.org>\r
31 Subject: [PATCH] Add notmuch-message.el to emacs/Makefile.local\r
32 User-Agent: Notmuch/0.3 (http://notmuchmail.org) Emacs/23.1.1\r
33         (i486-pc-linux-gnu)\r
34 Date: Tue, 27 Apr 2010 12:44:45 -0400\r
35 Message-ID: <87hbmwkfpe.fsf@jhu.edu>\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: Tue, 27 Apr 2010 16:44:47 -0000\r
51 \r
52 When notmuch-message.el was added to the emacs directory, I neglected to\r
53 add it to the makefile as one of the emacs_sources. This patch adds it.\r
54 ---\r
55  emacs/Makefile.local |    1 +\r
56  1 files changed, 1 insertions(+), 0 deletions(-)\r
57 \r
58 diff --git a/emacs/Makefile.local b/emacs/Makefile.local\r
59 index 00d309c..86f9b07 100644\r
60 --- a/emacs/Makefile.local\r
61 +++ b/emacs/Makefile.local\r
62 @@ -11,6 +11,7 @@ emacs_sources := \\r
63         $(dir)/notmuch-mua.el \\r
64         $(dir)/notmuch-address.el \\r
65         $(dir)/notmuch-maildir-fcc.el \\r
66 +       $(dir)/notmuch-message.el \\r
67         $(dir)/coolj.el\r
68  \r
69  emacs_images := \\r
70 -- \r
71 1.6.3.3\r
72 \r