[PATCH 2/2] emacs: require notmuch-message.el from notmuch.el
[notmuch-archives.git] / 79 / cf5bed2b774ee9c59107f9dfbe859c02e2a997
1 Return-Path: <prvs=jrosenthal=72618203d@jhu.edu>\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 D94174196F0\r
6         for <notmuch@notmuchmail.org>; Tue, 27 Apr 2010 06:08:25 -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: -4.2\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-4.2 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3] 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 ekEjqwkHBr4Y for <notmuch@notmuchmail.org>;\r
16         Tue, 27 Apr 2010 06:08:25 -0700 (PDT)\r
17 Received: from ipex2.johnshopkins.edu (ipex2.johnshopkins.edu [162.129.8.151])\r
18         by olra.theworths.org (Postfix) with ESMTP id 43D95431FC1\r
19         for <notmuch@notmuchmail.org>; Tue, 27 Apr 2010 06:08:25 -0700 (PDT)\r
20 X-IronPort-AV: E=Sophos;i="4.52,280,1270440000"; d="scan'208";a="325097315"\r
21 Received: from c-69-255-36-229.hsd1.md.comcast.net (HELO lucky)\r
22         ([69.255.36.229])\r
23         by ipex2.johnshopkins.edu with ESMTP/TLS/AES256-SHA;\r
24         27 Apr 2010 09:08:24 -0400\r
25 Received: from jkr by lucky with local (Exim 4.69)\r
26         (envelope-from <jrosenthal@jhu.edu>)\r
27         id 1O6kWV-0001Wt-Bi; Tue, 27 Apr 2010 09:08:23 -0400\r
28 From: Jesse Rosenthal <jrosenthal@jhu.edu>\r
29 To: Notmuch developer list <notmuch@notmuchmail.org>\r
30 Subject: [PATCH 2/2] emacs: require notmuch-message.el from notmuch.el\r
31 In-Reply-To: <87d3xlkpsc.fsf@jhu.edu>\r
32 References: <87d3xlkpsc.fsf@jhu.edu>\r
33 User-Agent: Notmuch/0.3 (http://notmuchmail.org) Emacs/23.1.1\r
34         (i486-pc-linux-gnu)\r
35 Date: Tue, 27 Apr 2010 09:08:23 -0400\r
36 Message-ID: <87aaspkpq0.fsf@jhu.edu>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain; charset=us-ascii\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Tue, 27 Apr 2010 13:08:26 -0000\r
52 \r
53 Add a (require 'notmuch-message) to notmuch.el. This is for functions that\r
54 specifically target message mode (and, in the future, notmuch-message\r
55 mode).\r
56 ---\r
57  emacs/notmuch.el |    1 +\r
58  1 files changed, 1 insertions(+), 0 deletions(-)\r
59 \r
60 diff --git a/emacs/notmuch.el b/emacs/notmuch.el\r
61 index 488458a..57e1140 100644\r
62 --- a/emacs/notmuch.el\r
63 +++ b/emacs/notmuch.el\r
64 @@ -56,6 +56,7 @@\r
65  (require 'notmuch-mua)\r
66  (require 'notmuch-hello)\r
67  (require 'notmuch-maildir-fcc)\r
68 +(require 'notmuch-message)\r
69  \r
70  (defcustom notmuch-search-result-format\r
71    `(("date" . "%s ")\r
72 -- \r
73 1.6.3.3\r
74 \r