[PATCH] Add notmuch-message.el to emacs/Makefile.local
authorJesse Rosenthal <jrosenthal@jhu.edu>
Tue, 27 Apr 2010 16:44:45 +0000 (12:44 +2000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:36:58 +0000 (09:36 -0800)
b2/cb8815c6f086372801626e945fb1d0fe6c8555 [new file with mode: 0644]

diff --git a/b2/cb8815c6f086372801626e945fb1d0fe6c8555 b/b2/cb8815c6f086372801626e945fb1d0fe6c8555
new file mode 100644 (file)
index 0000000..9c386bb
--- /dev/null
@@ -0,0 +1,72 @@
+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 BF9394196F0\r
+       for <notmuch@notmuchmail.org>; Tue, 27 Apr 2010 09:44:47 -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 wnFHnXfla2MX for <notmuch@notmuchmail.org>;\r
+       Tue, 27 Apr 2010 09:44:47 -0700 (PDT)\r
+Received: from ipex3.johnshopkins.edu (ipex3.johnshopkins.edu\r
+       [128.220.161.140])\r
+       by olra.theworths.org (Postfix) with ESMTP id 2B798431FC1\r
+       for <notmuch@notmuchmail.org>; Tue, 27 Apr 2010 09:44:47 -0700 (PDT)\r
+X-IronPort-AV: E=Sophos;i="4.52,282,1270440000"; d="scan'208";a="380302891"\r
+Received: from c-69-255-36-229.hsd1.md.comcast.net (HELO lucky)\r
+       ([69.255.36.229])\r
+       by ipex3.johnshopkins.edu with ESMTP/TLS/AES256-SHA;\r
+       27 Apr 2010 12:44:46 -0400\r
+Received: from jkr by lucky with local (Exim 4.69)\r
+       (envelope-from <jrosenthal@jhu.edu>)\r
+       id 1O6ntt-0002Wn-7e; Tue, 27 Apr 2010 12:44:45 -0400\r
+From: Jesse Rosenthal <jrosenthal@jhu.edu>\r
+To: Notmuch developer list <notmuch@notmuchmail.org>\r
+Subject: [PATCH] Add notmuch-message.el to emacs/Makefile.local\r
+User-Agent: Notmuch/0.3 (http://notmuchmail.org) Emacs/23.1.1\r
+       (i486-pc-linux-gnu)\r
+Date: Tue, 27 Apr 2010 12:44:45 -0400\r
+Message-ID: <87hbmwkfpe.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 16:44:47 -0000\r
+\r
+When notmuch-message.el was added to the emacs directory, I neglected to\r
+add it to the makefile as one of the emacs_sources. This patch adds it.\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..86f9b07 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)/notmuch-message.el \\r
+       $(dir)/coolj.el\r
\r
+ emacs_images := \\r
+-- \r
+1.6.3.3\r
+\r