Re: [PATCH] cli: crypto: tell gmime to use gpg-agent
[notmuch-archives.git] / 77 / 02db96cdb64db1b9efc1db6092dda962770388
1 Return-Path: <dme@dme.org>\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 C35F74048D2\r
6         for <notmuch@notmuchmail.org>; Fri, 12 Mar 2010 04:57:28 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -1.382\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.382 tagged_above=-999 required=5\r
12         tests=[AWL=-0.642, BAYES_20=-0.74] 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 S2wn5GJ6sVdE for <notmuch@notmuchmail.org>;\r
16         Fri, 12 Mar 2010 04:57:27 -0800 (PST)\r
17 Received: from mail-bw0-f210.google.com (mail-bw0-f210.google.com\r
18         [209.85.218.210])\r
19         by olra.theworths.org (Postfix) with ESMTP id AEA9C4048CF\r
20         for <notmuch@notmuchmail.org>; Fri, 12 Mar 2010 04:57:27 -0800 (PST)\r
21 Received: by bwz2 with SMTP id 2so1000823bwz.30\r
22         for <notmuch@notmuchmail.org>; Fri, 12 Mar 2010 04:57:26 -0800 (PST)\r
23 Received: by 10.204.6.26 with SMTP id 26mr2668520bkx.123.1268398646153;\r
24         Fri, 12 Mar 2010 04:57:26 -0800 (PST)\r
25 Received: from aw.hh.sledj.net (gmp-ea-fw-1b.sun.com [192.18.8.1])\r
26         by mx.google.com with ESMTPS id a11sm5096070bkc.15.2010.03.12.04.57.24\r
27         (version=TLSv1/SSLv3 cipher=RC4-MD5);\r
28         Fri, 12 Mar 2010 04:57:25 -0800 (PST)\r
29 Received: by aw.hh.sledj.net (Postfix, from userid 1000)\r
30         id 1077870327; Fri, 12 Mar 2010 12:57:14 +0000 (GMT)\r
31 From: David Edmondson <dme@dme.org>\r
32 To: notmuch@notmuchmail.org\r
33 Date: Fri, 12 Mar 2010 12:57:09 +0000\r
34 Message-Id: <1268398629-28163-1-git-send-email-dme@dme.org>\r
35 X-Mailer: git-send-email 1.7.0\r
36 Subject: [notmuch] [PATCH] Add the emacs directory to the load-path when\r
37         byte compiling.\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: Fri, 12 Mar 2010 12:57:28 -0000\r
51 \r
52 ---\r
53  Makefile |    2 +-\r
54  1 files changed, 1 insertions(+), 1 deletions(-)\r
55 \r
56 diff --git a/Makefile b/Makefile\r
57 index 46f001c..f0b96e0 100644\r
58 --- a/Makefile\r
59 +++ b/Makefile\r
60 @@ -68,7 +68,7 @@ quiet ?= $($1)\r
61         $(call quiet,CC,$(CFLAGS)) -c $(FINAL_CFLAGS) $< -o $@\r
62  \r
63  %.elc: %.el\r
64 -       $(call quiet,EMACS) -batch -f batch-byte-compile $<\r
65 +       $(call quiet,EMACS) -batch -L emacs -f batch-byte-compile $<\r
66  \r
67  .deps/%.d: %.c $(global_deps)\r
68         @set -e; rm -f $@; mkdir -p $$(dirname $@) ; \\r
69 -- \r
70 1.7.0\r
71 \r