Re: [PATCH 0/8] Rewrite JSON show format
[notmuch-archives.git] / c3 / b4cf7ac8bb31d38bf452ea408cc0c042a65277
1 Return-Path: <anholt@gaiman.anholt.net>\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 81ADA431FBC\r
6         for <notmuch@notmuchmail.org>; Wed, 25 Nov 2009 14:14:47 -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 ve54J2jlTvsp for <notmuch@notmuchmail.org>;\r
11         Wed, 25 Nov 2009 14:14:47 -0800 (PST)\r
12 Received: from anholt.net (71-20-254-182.war.clearwire-wmx.net\r
13  [71.20.254.182])       by olra.theworths.org (Postfix) with ESMTP id 08E4C431FAE\r
14         for <notmuch@notmuchmail.org>; Wed, 25 Nov 2009 14:14:46 -0800 (PST)\r
15 Received: from localhost (localhost [127.0.0.1])\r
16         by anholt.net (Postfix) with ESMTP id 35DF42C9C063;\r
17         Wed, 25 Nov 2009 14:13:34 -0800 (PST)\r
18 X-Virus-Scanned: Debian amavisd-new at anholt.net\r
19 Received: from anholt.net ([127.0.0.1])\r
20         by localhost (kingsolver.anholt.net [127.0.0.1]) (amavisd-new,\r
21         port 10024)\r
22         with LMTP id DDRBRr5+nn6i; Wed, 25 Nov 2009 14:13:34 -0800 (PST)\r
23 Received: from gaiman.anholt.net (localhost [127.0.0.1])\r
24         by anholt.net (Postfix) with ESMTP id 003732C9C05F;\r
25         Wed, 25 Nov 2009 14:13:34 -0800 (PST)\r
26 Received: by gaiman.anholt.net (Postfix, from userid 1000)\r
27         id 15E18162101; Wed, 25 Nov 2009 23:14:22 +0100 (CET)\r
28 From: Eric Anholt <eric@anholt.net>\r
29 To: notmuch@notmuchmail.org\r
30 Date: Wed, 25 Nov 2009 14:14:20 -0800\r
31 Message-Id: <1259187260-24383-1-git-send-email-eric@anholt.net>\r
32 X-Mailer: git-send-email 1.6.4.3\r
33 Cc: Eric Anholt <eric@anholt.net>\r
34 Subject: [notmuch] [PATCH] notmuch.el: Require message mode to avoid\r
35         undefined function in replies.\r
36 X-BeenThere: notmuch@notmuchmail.org\r
37 X-Mailman-Version: 2.1.12\r
38 Precedence: list\r
39 List-Id: "Use and development of the notmuch mail system."\r
40         <notmuch.notmuchmail.org>\r
41 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
43 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
44 List-Post: <mailto:notmuch@notmuchmail.org>\r
45 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
46 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
48 X-List-Received-Date: Wed, 25 Nov 2009 22:14:47 -0000\r
49 \r
50 Otherwise, those without keithp's .emacs would end up with reply mode\r
51 not being entered.  Suggested by keithp.\r
52 ---\r
53  notmuch.el |    1 +\r
54  1 files changed, 1 insertions(+), 0 deletions(-)\r
55 \r
56 diff --git a/notmuch.el b/notmuch.el\r
57 index 551048a..42d397a 100644\r
58 --- a/notmuch.el\r
59 +++ b/notmuch.el\r
60 @@ -49,6 +49,7 @@\r
61  \r
62  (require 'cl)\r
63  (require 'mm-view)\r
64 +(require 'message)\r
65  \r
66  (defvar notmuch-show-mode-map\r
67    (let ((map (make-sparse-keymap)))\r
68 -- \r
69 1.6.4.3\r
70 \r