Re: [PATCH 1/2] Add Google Inc. to AUTHORS as a contributor.
[notmuch-archives.git] / ad / f300c0cd3a0a8a3dbb6cc94b75550ff39065fb
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 8DA8B4196F0\r
6         for <notmuch@notmuchmail.org>; Tue, 27 Apr 2010 10:58:48 -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 qCXwzCrtYkkR for <notmuch@notmuchmail.org>;\r
16         Tue, 27 Apr 2010 10:58:46 -0700 (PDT)\r
17 Received: from ipex1.johnshopkins.edu (ipex1.johnshopkins.edu [162.129.8.141])\r
18         by olra.theworths.org (Postfix) with ESMTP id 43321431FC1\r
19         for <notmuch@notmuchmail.org>; Tue, 27 Apr 2010 10:58:46 -0700 (PDT)\r
20 X-IronPort-AV: E=Sophos;i="4.52,282,1270440000"; d="scan'208";a="319034389"\r
21 Received: from c-69-255-36-229.hsd1.md.comcast.net (HELO lucky)\r
22         ([69.255.36.229])\r
23         by ipex1.johnshopkins.edu with ESMTP/TLS/AES256-SHA;\r
24         27 Apr 2010 13:58:45 -0400\r
25 Received: from jkr by lucky with local (Exim 4.69)\r
26         (envelope-from <jrosenthal@jhu.edu>)\r
27         id 1O6p3T-0003We-Tb; Tue, 27 Apr 2010 13:58:43 -0400\r
28 From: Jesse Rosenthal <jrosenthal@jhu.edu>\r
29 To: Notmuch developer list <notmuch@notmuchmail.org>\r
30 Subject: [PATCH] Add tach.el to emacs/Makefile.local\r
31 In-Reply-To: <8739ygke0h.fsf@jhu.edu>\r
32 References: <878w88ke5s.fsf@jhu.edu> <87633cke3g.fsf@jhu.edu>\r
33         <8739ygke0h.fsf@jhu.edu>\r
34 User-Agent: Notmuch/0.3 (http://notmuchmail.org) Emacs/23.1.1\r
35         (i486-pc-linux-gnu)\r
36 Date: Tue, 27 Apr 2010 13:58:43 -0400\r
37 Message-ID: <87zl0oixpo.fsf@jhu.edu>\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: Tue, 27 Apr 2010 17:58:48 -0000\r
53 \r
54 Once again I added a file to the emacs directory without adding a\r
55 corresponding line in the Makefile. This patch adds that line.\r
56 ---\r
57  emacs/Makefile.local |    1 +\r
58  1 files changed, 1 insertions(+), 0 deletions(-)\r
59 \r
60 diff --git a/emacs/Makefile.local b/emacs/Makefile.local\r
61 index 00d309c..a16fa3c 100644\r
62 --- a/emacs/Makefile.local\r
63 +++ b/emacs/Makefile.local\r
64 @@ -11,6 +11,7 @@ emacs_sources := \\r
65         $(dir)/notmuch-mua.el \\r
66         $(dir)/notmuch-address.el \\r
67         $(dir)/notmuch-maildir-fcc.el \\r
68 +       $(dir)/tach.el \\r
69         $(dir)/coolj.el\r
70  \r
71  emacs_images := \\r
72 -- \r
73 1.6.3.3\r
74 \r