Re: Flat search and threaded views
[notmuch-archives.git] / 35 / 2378effe08251182faacd2e53d81f0a10cf372
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 03254431FDB\r
6         for <notmuch@notmuchmail.org>; Sun, 18 Aug 2013 05:15:48 -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 Aa669-nuSxAM for <notmuch@notmuchmail.org>;\r
18         Sun, 18 Aug 2013 05:15:42 -0700 (PDT)\r
19 Received: from mail-we0-f174.google.com (mail-we0-f174.google.com\r
20         [74.125.82.174]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
21         (No client certificate requested)\r
22         by olra.theworths.org (Postfix) with ESMTPS id DD7A0431FBC\r
23         for <notmuch@notmuchmail.org>; Sun, 18 Aug 2013 05:15:02 -0700 (PDT)\r
24 Received: by mail-we0-f174.google.com with SMTP id q54so897542wes.33\r
25         for <notmuch@notmuchmail.org>; Sun, 18 Aug 2013 05:15:01 -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=NyYVgOlFkqC8LIxj20zgzIzUxUYN5zvUIJnScN3nKmA=;\r
29         b=Tfm0aeP3CHsGpgirsckTmxYETHSRNJF3trq4T1HrLDG72mS958SdWSZ0vtacj7gGxE\r
30         B9H6uZ0WF3c7YFaaP/P2WowP+m7+O3MGHhZ7mKlm+guXk3KggebwbGTRNERT+ABykeu8\r
31         6P3g6VYkqej3vpKUHcl9MHwRai3D5zGrw5gplVFn2OGV8yFYzoNksvkwzpEM5xoYNfGN\r
32         hGywLhXDorhG8sW1xkwSh85jKUzOGCbPNHOPQVUv+0rlmdyGitNQxIdDMi5We4mQcI2f\r
33         GElglYyfOjxvo6EK8e38vSJJ4qkIWm+jXE/PNGWLafXfZizaJOIYFJEb4fFh+vpGKLCA\r
34         dx/Q==\r
35 X-Received: by 10.180.109.167 with SMTP id ht7mr4471420wib.45.1376828101833;\r
36         Sun, 18 Aug 2013 05:15:01 -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 l7sm9262981wiw.4.1969.12.31.16.00.00\r
39         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
40         Sun, 18 Aug 2013 05:15:01 -0700 (PDT)\r
41 From: Mark Walters <markwalters1009@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH v2 10/11] contrib: pick: add in binding to view raw message\r
44 Date: Sun, 18 Aug 2013 13:14:38 +0100\r
45 Message-Id: <1376828079-21455-11-git-send-email-markwalters1009@gmail.com>\r
46 X-Mailer: git-send-email 1.7.9.1\r
47 In-Reply-To: <1376828079-21455-1-git-send-email-markwalters1009@gmail.com>\r
48 References: <1376828079-21455-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: Sun, 18 Aug 2013 12:15:48 -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 68ddcf6..0e10c7c 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