Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 22 / 4e8d48ffe6a84d1b1f7f75eccbea01d8d30baa
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 3733D431FBC\r
6         for <notmuch@notmuchmail.org>; Wed, 17 Feb 2010 06:04:40 -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.367\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.367 tagged_above=-999 required=5\r
12         tests=[AWL=-0.627, 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 j5CVpgi8e7To for <notmuch@notmuchmail.org>;\r
16         Wed, 17 Feb 2010 06:04:39 -0800 (PST)\r
17 Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.156])\r
18         by olra.theworths.org (Postfix) with ESMTP id 35FFA431FAE\r
19         for <notmuch@notmuchmail.org>; Wed, 17 Feb 2010 06:04:39 -0800 (PST)\r
20 Received: by fg-out-1718.google.com with SMTP id 16so216857fgg.2\r
21         for <notmuch@notmuchmail.org>; Wed, 17 Feb 2010 06:04:38 -0800 (PST)\r
22 Received: by 10.87.5.15 with SMTP id h15mr14391134fgi.43.1266415478257;\r
23         Wed, 17 Feb 2010 06:04:38 -0800 (PST)\r
24 Received: from aw.hh.sledj.net (gmp-ea-fw-1b.sun.com [192.18.8.1])\r
25         by mx.google.com with ESMTPS id d6sm8877873fga.24.2010.02.17.06.04.37\r
26         (version=TLSv1/SSLv3 cipher=RC4-MD5);\r
27         Wed, 17 Feb 2010 06:04:37 -0800 (PST)\r
28 Received: by aw.hh.sledj.net (Postfix, from userid 1000)\r
29         id 3DED73A099; Wed, 17 Feb 2010 14:04:20 +0000 (GMT)\r
30 From: David Edmondson <dme@dme.org>\r
31 To: notmuch@notmuchmail.org\r
32 Date: Wed, 17 Feb 2010 14:04:11 +0000\r
33 Message-Id: <1266415452-25108-1-git-send-email-dme@dme.org>\r
34 X-Mailer: git-send-email 1.6.6.1\r
35 Subject: [notmuch] [PATCH 1/2] build: Ensure that '.' is in the emacs\r
36         load-path when compiling files.\r
37 X-BeenThere: notmuch@notmuchmail.org\r
38 X-Mailman-Version: 2.1.13\r
39 Precedence: list\r
40 List-Id: "Use and development of the notmuch mail system."\r
41         <notmuch.notmuchmail.org>\r
42 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
44 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
45 List-Post: <mailto:notmuch@notmuchmail.org>\r
46 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
47 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
49 X-List-Received-Date: Wed, 17 Feb 2010 14:04:40 -0000\r
50 \r
51 ---\r
52  Makefile |    2 +-\r
53  1 files changed, 1 insertions(+), 1 deletions(-)\r
54 \r
55 diff --git a/Makefile b/Makefile\r
56 index 64b9d4a..9fcb2b9 100644\r
57 --- a/Makefile\r
58 +++ b/Makefile\r
59 @@ -60,7 +60,7 @@ quiet ?= $($1)\r
60         $(call quiet,CC,$(CFLAGS)) -c $(FINAL_CFLAGS) $< -o $@\r
61  \r
62  %.elc: %.el\r
63 -       $(call quiet,EMACS) -batch -f batch-byte-compile $<\r
64 +       $(call quiet,EMACS) -batch --directory . -f batch-byte-compile $<\r
65  \r
66  .deps/%.d: %.c $(all_deps)\r
67         @set -e; rm -f $@; mkdir -p $$(dirname $@) ; \\r
68 -- \r
69 1.6.6.1\r
70 \r