[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / d3 / 3504486c38ba4acd2fa19ffbbe3048d8fa1b15
1 Return-Path: <markwalters1009@gmail.com>\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 5B78C429E44\r
6         for <notmuch@notmuchmail.org>; Thu, 22 Aug 2013 10:11:35 -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: 0.201\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.201 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001,\r
14         RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
15 Received: from olra.theworths.org ([127.0.0.1])\r
16         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
17         with ESMTP id TZO5QcEc9L06 for <notmuch@notmuchmail.org>;\r
18         Thu, 22 Aug 2013 10:11:31 -0700 (PDT)\r
19 Received: from mail-wg0-f46.google.com (mail-wg0-f46.google.com\r
20  [74.125.82.46])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
21  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
22  1718F429E2F    for <notmuch@notmuchmail.org>; Thu, 22 Aug 2013 10:10:54 -0700\r
23  (PDT)\r
24 Received: by mail-wg0-f46.google.com with SMTP id k13so1840167wgh.13\r
25         for <notmuch@notmuchmail.org>; Thu, 22 Aug 2013 10:10:54 -0700 (PDT)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
27         h=from:to:cc:subject:date:message-id:in-reply-to:references;\r
28         bh=B9Yo3I+/ks0D2pTl705f0ZC+aUEY5xJevd3r/agJDOI=;\r
29         b=htQzOHr7fBGzd4V3IpEIy3wy2RK0GvkozrWw9OcGRJVxn90+ecEiOnZzAe1WTBRqAt\r
30         PLmka9IaR5coeY1Ws5GiE9i2Vo4fMWBfk3spqUrVt3AsCW7GdHzkjez2fblD3rdrGdOC\r
31         ZgUGtcOxKqBeVumaCWFJrNbfOvWr7ii81phTHaXr2xgAyR8Ozpy7TRAWNblhv7OV6RZ9\r
32         5OvU6UiP02Y+iofRAvQ0BIkFpdTASSjr+OydJ6QvphMmGfVQNrcr1qLOuRtuUhxRSHNV\r
33         L9uIv9iGA8vWKAXoUANSfAZPxK5QrXSXg7CGQGrk7V4QbcfHfH3nVIvaDwm+Rv7TXLiu\r
34         M/aQ==\r
35 X-Received: by 10.194.23.196 with SMTP id o4mr2331101wjf.62.1377191453989;\r
36         Thu, 22 Aug 2013 10:10:53 -0700 (PDT)\r
37 Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31])\r
38         by mx.google.com with ESMTPSA id ee5sm39718722wib.3.1969.12.31.16.00.00\r
39         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
40         Thu, 22 Aug 2013 10:10:53 -0700 (PDT)\r
41 From: Mark Walters <markwalters1009@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH v3 10/11] contrib: pick: add in binding to view raw message\r
44 Date: Thu, 22 Aug 2013 18:10:25 +0100\r
45 Message-Id: <1377191427-6821-11-git-send-email-markwalters1009@gmail.com>\r
46 X-Mailer: git-send-email 1.7.9.1\r
47 In-Reply-To: <1377191427-6821-1-git-send-email-markwalters1009@gmail.com>\r
48 References: <1377191427-6821-1-git-send-email-markwalters1009@gmail.com>\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Thu, 22 Aug 2013 17:11:35 -0000\r
62 \r
63 Note this does rely on the fact that we have over-ridden notmuch-show-get-properties\r
64 ---\r
65  contrib/notmuch-pick/notmuch-pick.el |    1 +\r
66  1 files changed, 1 insertions(+), 0 deletions(-)\r
67 \r
68 diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el\r
69 index 344609f..6e71fef 100644\r
70 --- a/contrib/notmuch-pick/notmuch-pick.el\r
71 +++ b/contrib/notmuch-pick/notmuch-pick.el\r
72 @@ -236,6 +236,7 @@ FUNC."\r
73      (define-key map "e" (notmuch-pick-to-message-pane #'notmuch-pick-button-activate))\r
74  \r
75      ;; bindings from show (or elsewhere) but we close the message pane first.\r
76 +    (define-key map "V" (notmuch-pick-close-message-pane-and #'notmuch-show-view-raw-message))\r
77      (define-key map "?" (notmuch-pick-close-message-pane-and #'notmuch-help))\r
78  \r
79      ;; The main pick bindings\r
80 -- \r
81 1.7.9.1\r
82 \r