Re: Bug in emacs showing long threads
[notmuch-archives.git] / 1d / 046bbc38b10c4d43dfdcc30d896bf223298387
1 Return-Path: <camalot@picnicpark.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 519BB431FC2\r
6         for <notmuch@notmuchmail.org>; Fri, 27 Nov 2009 05:30:33 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id ta45Glnmizq9 for <notmuch@notmuchmail.org>;\r
11         Fri, 27 Nov 2009 05:30:32 -0800 (PST)\r
12 Received: from mout.perfora.net (mout.perfora.net [74.208.4.194])\r
13         by olra.theworths.org (Postfix) with ESMTP id B86B7431FC4\r
14         for <notmuch@notmuchmail.org>; Fri, 27 Nov 2009 05:30:31 -0800 (PST)\r
15 Received: from vps.nicira.com (66.7.219.28.static.dimenoc.com [66.7.219.28])\r
16         by mx.perfora.net (node=mxus2) with ESMTP (Nemesis)\r
17         id 0LptZ1-1NpWyW1AIR-00fV13 for notmuch@notmuchmail.org;\r
18         Fri, 27 Nov 2009 08:30:31 -0500\r
19 Received: from [76.210.240.177] (port=36286 helo=kea-nicira-lt)\r
20         by vps.nicira.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69)\r
21         (envelope-from <camalot@picnicpark.org>)\r
22         id 1NE0u5-00043v-HX; Fri, 27 Nov 2009 08:30:30 -0500\r
23 Received: by kea-nicira-lt (sSMTP sendmail emulation);\r
24         Fri, 27 Nov 2009 05:30:27 -0800\r
25 From: camalot@picnicpark.org\r
26 To: notmuch@notmuchmail.org\r
27 Date: Fri, 27 Nov 2009 05:30:07 -0800\r
28 Message-Id: <1259328615-1445-2-git-send-email-camalot@picnicpark.org>\r
29 X-Mailer: git-send-email 1.6.5.3\r
30 In-Reply-To: <1259328615-1445-1-git-send-email-camalot@picnicpark.org>\r
31 References: <1259328615-1445-1-git-send-email-camalot@picnicpark.org>\r
32 X-AntiAbuse: This header was added to track abuse,\r
33         please include it with any abuse report\r
34 X-AntiAbuse: Primary Hostname - vps.nicira.com\r
35 X-AntiAbuse: Original Domain - notmuchmail.org\r
36 X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]\r
37 X-AntiAbuse: Sender Address Domain - picnicpark.org\r
38 X-Source: \r
39 X-Source-Args: \r
40 X-Source-Dir: \r
41 Cc: Keith Amidon <keith@nicira.com>\r
42 Subject: [notmuch] [PATCH 1/9] Explicitly require the message library\r
43 X-BeenThere: notmuch@notmuchmail.org\r
44 X-Mailman-Version: 2.1.12\r
45 Precedence: list\r
46 List-Id: "Use and development of the notmuch mail system."\r
47         <notmuch.notmuchmail.org>\r
48 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
50 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
51 List-Post: <mailto:notmuch@notmuchmail.org>\r
52 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
53 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
55 X-List-Received-Date: Fri, 27 Nov 2009 13:30:33 -0000\r
56 \r
57 From: Keith Amidon <keith@nicira.com>\r
58 \r
59 Functions provided by the message library were being used without\r
60 ensuring it was loaded.\r
61 ---\r
62  notmuch.el |    1 +\r
63  1 files changed, 1 insertions(+), 0 deletions(-)\r
64 \r
65 diff --git a/notmuch.el b/notmuch.el\r
66 index d7c973c..a1efa4f 100644\r
67 --- a/notmuch.el\r
68 +++ b/notmuch.el\r
69 @@ -49,6 +49,7 @@\r
70  \r
71  (require 'cl)\r
72  (require 'mm-view)\r
73 +(require 'message)\r
74  \r
75  (defvar notmuch-show-mode-map\r
76    (let ((map (make-sparse-keymap)))\r
77 -- \r
78 1.6.5.3\r
79 \r