Re: notmuch_thread_get_authors
[notmuch-archives.git] / ad / 228cfe44ac5e5a0627323f44c2ba799a7bac04
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 3C3B5431E82\r
6         for <notmuch@notmuchmail.org>; Sun, 18 Aug 2013 05:15:43 -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 eoauQmFXmrtH for <notmuch@notmuchmail.org>;\r
18         Sun, 18 Aug 2013 05:15:37 -0700 (PDT)\r
19 Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com\r
20         [209.85.212.178]) (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 2203C42117B\r
23         for <notmuch@notmuchmail.org>; Sun, 18 Aug 2013 05:15:01 -0700 (PDT)\r
24 Received: by mail-wi0-f178.google.com with SMTP id j17so2143663wiw.11\r
25         for <notmuch@notmuchmail.org>; Sun, 18 Aug 2013 05:15:00 -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=eVgns01SaLexvpS1dszOwnVb0UW8XgFh5QQyeP5igg4=;\r
29         b=H1MW2OCF6kwY9E9fZ05irRdqQGLaltHXKDvSWl/873RylHHss3QyITezRFnPPymR5B\r
30         ixlDE/8/e01VkDRbkGaznaNn+7I+UI4pERempHwAohUiCmClxLov+HojCnXZauK3hDY6\r
31         DMZYvWCnk8aY+dsOmqXJuzmiSBF3G1EGaXqhe1RBE8grbXw0T+452uKn3jSrdPY+Aonn\r
32         i5GtPr7MaytSaoM65rsyFf7FpZLsGeHumz7gSKqpMfwO0dU+VBnu9CjAYgwpn7sqK8cn\r
33         C6K4I9mh0/gp3iGWNFiJ5eiQtIJ3gFXM5IdrHTWbdtH9LMZJaKkfrYrtiQpsOAvxMIjN\r
34         F1vQ==\r
35 X-Received: by 10.194.76.68 with SMTP id i4mr32941wjw.50.1376828100047;\r
36         Sun, 18 Aug 2013 05:15:00 -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 r6sm9086466wiw.0.1969.12.31.16.00.00\r
39         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
40         Sun, 18 Aug 2013 05:14:59 -0700 (PDT)\r
41 From: Mark Walters <markwalters1009@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH v2 09/11] contrib: pick: make help close the message pane\r
44  first\r
45 Date: Sun, 18 Aug 2013 13:14:37 +0100\r
46 Message-Id: <1376828079-21455-10-git-send-email-markwalters1009@gmail.com>\r
47 X-Mailer: git-send-email 1.7.9.1\r
48 In-Reply-To: <1376828079-21455-1-git-send-email-markwalters1009@gmail.com>\r
49 References: <1376828079-21455-1-git-send-email-markwalters1009@gmail.com>\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54         <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Sun, 18 Aug 2013 12:15:43 -0000\r
63 \r
64 Previously pressing "?" for help when the message pane was open meant\r
65 the help window was very small. Close the message pane before\r
66 displaying help.\r
67 ---\r
68  contrib/notmuch-pick/notmuch-pick.el |    4 +++-\r
69  1 files changed, 3 insertions(+), 1 deletions(-)\r
70 \r
71 diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el\r
72 index ba252d5..68ddcf6 100644\r
73 --- a/contrib/notmuch-pick/notmuch-pick.el\r
74 +++ b/contrib/notmuch-pick/notmuch-pick.el\r
75 @@ -235,10 +235,12 @@ FUNC."\r
76      (define-key map (kbd "TAB") (notmuch-pick-to-message-pane #'notmuch-show-next-button))\r
77      (define-key map "e" (notmuch-pick-to-message-pane #'notmuch-pick-button-activate))\r
78  \r
79 +    ;; bindings from show (or elsewhere) but we close the message pane first.\r
80 +    (define-key map "?" (notmuch-pick-close-message-pane-and #'notmuch-help))\r
81 +\r
82      ;; The main pick bindings\r
83      (define-key map "q" 'notmuch-pick-quit)\r
84      (define-key map "x" 'notmuch-pick-quit)\r
85 -    (define-key map "?" 'notmuch-help)\r
86      (define-key map "a" 'notmuch-pick-archive-message-then-next)\r
87      (define-key map "=" 'notmuch-pick-refresh-view)\r
88      (define-key map "s" 'notmuch-pick-to-search)\r
89 -- \r
90 1.7.9.1\r
91 \r