Re: compile error of current git on F15
[notmuch-archives.git] / c4 / e33b92c61a2fa9f099001d753f4f3f7391580b
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 2C9CE4196F0\r
6         for <notmuch@notmuchmail.org>; Mon, 26 Apr 2010 03:48:31 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -1.9\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9] 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 SHMSI1g8TG-N for <notmuch@notmuchmail.org>;\r
16         Mon, 26 Apr 2010 03:48:30 -0700 (PDT)\r
17 Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com\r
18         [74.125.82.181])\r
19         by olra.theworths.org (Postfix) with ESMTP id 71CEC431FC1\r
20         for <notmuch@notmuchmail.org>; Mon, 26 Apr 2010 03:48:30 -0700 (PDT)\r
21 Received: by wyj26 with SMTP id 26so599026wyj.26\r
22         for <notmuch@notmuchmail.org>; Mon, 26 Apr 2010 03:48:29 -0700 (PDT)\r
23 Received: by 10.216.172.71 with SMTP id s49mr5064505wel.195.1272278909201;\r
24         Mon, 26 Apr 2010 03:48:29 -0700 (PDT)\r
25 Received: from ut.hh.sledj.net (host83-217-165-81.dsl.vispa.com\r
26         [83.217.165.81])\r
27         by mx.google.com with ESMTPS id x1sm715243wbx.7.2010.04.26.03.48.27\r
28         (version=TLSv1/SSLv3 cipher=RC4-MD5);\r
29         Mon, 26 Apr 2010 03:48:28 -0700 (PDT)\r
30 Received: by ut.hh.sledj.net (Postfix, from userid 1000)\r
31         id 6BF36594135; Mon, 26 Apr 2010 11:48:38 +0100 (BST)\r
32 From: David Edmondson <dme@dme.org>\r
33 To: notmuch@notmuchmail.org\r
34 Subject: [PATCH] emacs: Automatically load "notmuch-address"\r
35 Date: Mon, 26 Apr 2010 11:48:33 +0100\r
36 Message-Id: <1272278913-2371-1-git-send-email-dme@dme.org>\r
37 X-Mailer: git-send-email 1.7.0\r
38 In-Reply-To: <87633hoesd.fsf@yoom.home.cworth.org>\r
39 References: <87633hoesd.fsf@yoom.home.cworth.org>\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.13\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44         <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Mon, 26 Apr 2010 10:48:31 -0000\r
53 \r
54 "notmuch-address.el" tries to be careful to insinuate itself into\r
55 message mode only if it will do something useful, so it's safe to load\r
56 it all of the time.\r
57 ---\r
58  emacs/notmuch-mua.el |    1 +\r
59  1 files changed, 1 insertions(+), 0 deletions(-)\r
60 \r
61 diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el\r
62 index acb7dbf..305275e 100644\r
63 --- a/emacs/notmuch-mua.el\r
64 +++ b/emacs/notmuch-mua.el\r
65 @@ -23,6 +23,7 @@\r
66  (require 'message)\r
67  \r
68  (require 'notmuch-lib)\r
69 +(require 'notmuch-address)\r
70  \r
71  ;;\r
72  \r
73 -- \r
74 1.7.0\r
75 \r