[PATCH] Add tach.el to emacs/Makefile.local
authorJesse Rosenthal <jrosenthal@jhu.edu>
Tue, 27 Apr 2010 17:58:43 +0000 (13:58 +2000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:36:59 +0000 (09:36 -0800)
ad/f300c0cd3a0a8a3dbb6cc94b75550ff39065fb [new file with mode: 0644]

diff --git a/ad/f300c0cd3a0a8a3dbb6cc94b75550ff39065fb b/ad/f300c0cd3a0a8a3dbb6cc94b75550ff39065fb
new file mode 100644 (file)
index 0000000..c5f8454
--- /dev/null
@@ -0,0 +1,74 @@
+Return-Path: <prvs=jrosenthal=72618203d@jhu.edu>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 8DA8B4196F0\r
+       for <notmuch@notmuchmail.org>; Tue, 27 Apr 2010 10:58:48 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -4.2\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-4.2 tagged_above=-999 required=5\r
+       tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3] autolearn=ham\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id qCXwzCrtYkkR for <notmuch@notmuchmail.org>;\r
+       Tue, 27 Apr 2010 10:58:46 -0700 (PDT)\r
+Received: from ipex1.johnshopkins.edu (ipex1.johnshopkins.edu [162.129.8.141])\r
+       by olra.theworths.org (Postfix) with ESMTP id 43321431FC1\r
+       for <notmuch@notmuchmail.org>; Tue, 27 Apr 2010 10:58:46 -0700 (PDT)\r
+X-IronPort-AV: E=Sophos;i="4.52,282,1270440000"; d="scan'208";a="319034389"\r
+Received: from c-69-255-36-229.hsd1.md.comcast.net (HELO lucky)\r
+       ([69.255.36.229])\r
+       by ipex1.johnshopkins.edu with ESMTP/TLS/AES256-SHA;\r
+       27 Apr 2010 13:58:45 -0400\r
+Received: from jkr by lucky with local (Exim 4.69)\r
+       (envelope-from <jrosenthal@jhu.edu>)\r
+       id 1O6p3T-0003We-Tb; Tue, 27 Apr 2010 13:58:43 -0400\r
+From: Jesse Rosenthal <jrosenthal@jhu.edu>\r
+To: Notmuch developer list <notmuch@notmuchmail.org>\r
+Subject: [PATCH] Add tach.el to emacs/Makefile.local\r
+In-Reply-To: <8739ygke0h.fsf@jhu.edu>\r
+References: <878w88ke5s.fsf@jhu.edu> <87633cke3g.fsf@jhu.edu>\r
+       <8739ygke0h.fsf@jhu.edu>\r
+User-Agent: Notmuch/0.3 (http://notmuchmail.org) Emacs/23.1.1\r
+       (i486-pc-linux-gnu)\r
+Date: Tue, 27 Apr 2010 13:58:43 -0400\r
+Message-ID: <87zl0oixpo.fsf@jhu.edu>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Tue, 27 Apr 2010 17:58:48 -0000\r
+\r
+Once again I added a file to the emacs directory without adding a\r
+corresponding line in the Makefile. This patch adds that line.\r
+---\r
+ emacs/Makefile.local |    1 +\r
+ 1 files changed, 1 insertions(+), 0 deletions(-)\r
+\r
+diff --git a/emacs/Makefile.local b/emacs/Makefile.local\r
+index 00d309c..a16fa3c 100644\r
+--- a/emacs/Makefile.local\r
++++ b/emacs/Makefile.local\r
+@@ -11,6 +11,7 @@ emacs_sources := \\r
+       $(dir)/notmuch-mua.el \\r
+       $(dir)/notmuch-address.el \\r
+       $(dir)/notmuch-maildir-fcc.el \\r
++      $(dir)/tach.el \\r
+       $(dir)/coolj.el\r
\r
+ emacs_images := \\r
+-- \r
+1.6.3.3\r
+\r