[notmuch] [PATCH 3/4] compile date.c as well
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Tue, 26 Jan 2010 11:43:40 +0000 (12:43 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:36:03 +0000 (09:36 -0800)
39/2b357a73448e3db04b211aa64f99652c3f20c5 [new file with mode: 0644]

diff --git a/39/2b357a73448e3db04b211aa64f99652c3f20c5 b/39/2b357a73448e3db04b211aa64f99652c3f20c5
new file mode 100644 (file)
index 0000000..149e24b
--- /dev/null
@@ -0,0 +1,67 @@
+Return-Path: <Sebastian@SSpaeth.de>\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 317AC431FAE\r
+       for <notmuch@notmuchmail.org>; Tue, 26 Jan 2010 03:44:22 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -1.092\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-1.092 tagged_above=-999 required=5 tests=[AWL=0.018,\r
+       BAYES_05=-1.11] 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 yO2AGD6SjEjM for <notmuch@notmuchmail.org>;\r
+       Tue, 26 Jan 2010 03:44:21 -0800 (PST)\r
+Received: from homiemail-a20.g.dreamhost.com (caiajhbdcagg.dreamhost.com\r
+       [208.97.132.66])\r
+       by olra.theworths.org (Postfix) with ESMTP id A6288431FC9\r
+       for <notmuch@notmuchmail.org>; Tue, 26 Jan 2010 03:44:18 -0800 (PST)\r
+Received: from localhost.localdomain (mtec-hg-docking-2-dhcp-062.ethz.ch\r
+       [82.130.121.62])\r
+       by homiemail-a20.g.dreamhost.com (Postfix) with ESMTPA id 7F0F07EC063; \r
+       Tue, 26 Jan 2010 03:44:17 -0800 (PST)\r
+From: Sebastian Spaeth <Sebastian@SSpaeth.de>\r
+To: notmuch@notmuchmail.org\r
+Date: Tue, 26 Jan 2010 12:43:40 +0100\r
+Message-Id: <1264506221-9636-3-git-send-email-Sebastian@SSpaeth.de>\r
+X-Mailer: git-send-email 1.6.3.3\r
+In-Reply-To: <1264506221-9636-2-git-send-email-Sebastian@SSpaeth.de>\r
+References: <1264506221-9636-1-git-send-email-Sebastian@SSpaeth.de>\r
+       <1264506221-9636-2-git-send-email-Sebastian@SSpaeth.de>\r
+Subject: [notmuch] [PATCH 3/4] compile date.c as well\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, 26 Jan 2010 11:44:22 -0000\r
+\r
+Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>\r
+---\r
+ lib/Makefile.local |    1 +\r
+ 1 files changed, 1 insertions(+), 0 deletions(-)\r
+\r
+diff --git a/lib/Makefile.local b/lib/Makefile.local\r
+index 70489e1..44deaf8 100644\r
+--- a/lib/Makefile.local\r
++++ b/lib/Makefile.local\r
+@@ -3,6 +3,7 @@ extra_cflags += -I$(dir)\r
\r
+ libnotmuch_c_srcs =           \\r
+       $(dir)/libsha1.c        \\r
++      $(dir)/date.c   \\r
+       $(dir)/message-file.c   \\r
+       $(dir)/messages.c       \\r
+       $(dir)/sha1.c           \\r
+-- \r
+1.6.3.3\r
+\r